Performance on Terminal Services -
05-23-2007
, 03:31 PM
I have an application with the following stats:
Application is launched - 12,632 k
Login Authenticated (main app loads) - 22,000 k
Load a company record (dataset) - 30,160 k
Load remaining tabs with dataset info - 35,552 k
Generate a quote (web service call to iSeries) - 42,196 k
** This redraws some custom screens
Gernation of PDF's (dynmamic creation - 65,162 k
** This creates 30 + PDF's the mem peeks at 65,162 k, then releases and
drops back around 50,000+
Now, when this same app runs on Terminal Services, when performing the sames
PDF creation routine, the app rises to 200,000k.... Thoughts? Ideas? I am not
sure where to begin, as I have not worked with Terminal Services in the past.
Help would be appreciated... Also, does the memory utilization seem
acceptable? This is a fairly large app, and I know Datasets can be hogs! Can
I limit the memory ussage? Don't want the app to completely bog down the
users machine...
Thanks for any help. |