473,387 Members | 1,453 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Resource issues with hosting a windows .net app

I have a client that wants an application developed to run
alongside an existing application currently deployed over
Citrix. I was hoping to write this app using the .Net
framework. However I find that when doing some testing
(on Windows 2000) with a very simple app that accesses a
database, fills a dataset, and also for fun opens a frame
with a crystal report viewer, I find that memory
requirements in RAM quickly skyrocket up to around 40MB.
I hate to think what the app will require when fully
developed. Each time I start a new instance of the app it
requires the same amount of RAM. This is going to cause
some issues with resources for my client who has a large
number of users who will each require to start instances
of the app on the Citrix server. Is there a good approach
to minimising the RAM that will be required? Am I on the
wrong track expecting to use .Net for this development?
Will C++ or VB (pre .Net) be a better fit? What are the
memory requirements of a typical simple .Net data access
application as opposed to a typical Win32 app?
Jul 19 '05 #1
1 1842
Hi Greg
There are a couple of ways to get round this. You could use a thin client
and .NET Remoting to do all the work on the server - especially using a
touchless deploy so the clients dont install anything.

If RAM is a major concern you can make use of memory mapping in the
System.IO.IsoStorage namespace too :)

"Greg" <ki************@microsoft.com> wrote in message
news:09****************************@phx.gbl...
I have a client that wants an application developed to run
alongside an existing application currently deployed over
Citrix. I was hoping to write this app using the .Net
framework. However I find that when doing some testing
(on Windows 2000) with a very simple app that accesses a
database, fills a dataset, and also for fun opens a frame
with a crystal report viewer, I find that memory
requirements in RAM quickly skyrocket up to around 40MB.
I hate to think what the app will require when fully
developed. Each time I start a new instance of the app it
requires the same amount of RAM. This is going to cause
some issues with resources for my client who has a large
number of users who will each require to start instances
of the app on the Citrix server. Is there a good approach
to minimising the RAM that will be required? Am I on the
wrong track expecting to use .Net for this development?
Will C++ or VB (pre .Net) be a better fit? What are the
memory requirements of a typical simple .Net data access
application as opposed to a typical Win32 app?

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: SHC | last post by:
Hi all, I saw the following 2 files used in the OpenGL and DirectX 9 programming: 1) resource.h //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by...
2
by: Sanjay Poojari | last post by:
Hi All, Need some advice on some of the security issues in my ASP.Net application. There are certain tasks that I need to implement so need advice/guidance on them as well as safeguards that I...
2
by: Greg | last post by:
I have a client that wants an application developed to run alongside an existing application currently deployed over Citrix. I was hoping to write this app using the .Net framework. However I...
0
by: Kunal Pandya | last post by:
Windows Web Hosting @ $ 14.95 / Year! with FREE Domain Registration!!! + Web Control Panel + MIn. 5 Email Boxes + Packages starting from as low as 10 MB upto 50 GB dedicated hosting + Extra...
4
by: amitos | last post by:
Scalability Issues - Any Ideas? Dear All! I'm working on the design of an ASP.NET 2.0-based web application that has to scale horizontally (i.e. more web servers in parallel). The main...
8
by: John Dunn | last post by:
Since currently we aren't allowed to have compiled XAML files embedded in C++ apps I'm using Markup::XamlReader::Load to dynamically load XAML files. This works perfectly fine with external files...
0
by: Zeya | last post by:
Situation: Using C#, ASP.Net Requirement: 1. ASP.net application with virtual hosting service. 2. Requires a service that will run every predefined frequency in minutes (2, 30, 100, 10000)...
2
by: WT | last post by:
Hello, Could we use 'Embedded resources' with resx files that contain text resources used in aspx pages with the syntaxe: Text="<%$ Resources:ResourcesMy,KEY1 %>" I tryed removing the...
3
by: eschneider | last post by:
Just some common issues with WS: Using custom objects: When objects change, seems you are always fixing some issue. Update references, which sometimes does not work. Deployment: Weird errors...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.