![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, We have a considerable large .NET application running in Terminal Services, where other applications are also used (Office, Reflection, Web applications). We are getting major slowdowns at times, where all terminal clients lock up for a couple of seconds and then come back. There is also a problem that may be linked to this: our application sometimes grows really large (Private Bytes and Working Set over 200MB). However, when monitoring our managed code via profiling, there are some peaks, but the managed heap consumption is never over 80-100MB. Why this difference? We are new to deploying .NET applications in Terminal Server environments and would like to hear any advice on how to improve the performance. Thank you for any help given. Regards, paulo |
#3
| |||
| |||
|
|
Hello, in a terminal server environment, you should ngen your assemblies. This causes the assemblies to be shared among processes in memory, thus removing pressure from the private bytes heap. Best regards, Henning Krause "paulo" <isf (AT) nospam (DOT) nospam> wrote in message news:ufDikb3dHHA.4352 (AT) TK2MSFTNGP03 (DOT) phx.gbl... Hello, We have a considerable large .NET application running in Terminal Services, where other applications are also used (Office, Reflection, Web applications). We are getting major slowdowns at times, where all terminal clients lock up for a couple of seconds and then come back. There is also a problem that may be linked to this: our application sometimes grows really large (Private Bytes and Working Set over 200MB). However, when monitoring our managed code via profiling, there are some peaks, but the managed heap consumption is never over 80-100MB. Why this difference? We are new to deploying .NET applications in Terminal Server environments and would like to hear any advice on how to improve the performance. Thank you for any help given. Regards, paulo |
#4
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |