| Thread | Last Post | Replies |
|
| Apparent rougue process | 30 Apr 2008 20:57 GMT | 1 |
During the course of today I have noticed a considerable degredation in system performance. On checking task manager I have found a process ("agent.exe") that is running and gradually using more and more memory. Having checked MSCONFIG this would not appear to be a start-up ...
|
| GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? | 15 Apr 2008 23:08 GMT | 1 |
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? When all my processign is done i set everything to null and then: GC.Collect();
|
| Debug build and ngen.exe | 14 Apr 2008 00:13 GMT | 1 |
I have .NET assemblies compiled in VSS2005 as a debug build. If I use ngen.exe on these files do I have to give "/debug" flag for the native image generation to do any good or is that not related. Is the "/debug" flag only important if I execute with a debugger? Will
|
| Locking ASP.NET Session State with SQL Server | 04 Apr 2008 07:04 GMT | 6 |
We are running a website in a webfarm and using SQL server for session state. The website runs perfectly but after a period of time we get the following error: System.Web.HttpException: Unable to connect to SQL Server session database.
|
| Server freezes for minutes. | 02 Apr 2008 21:02 GMT | 2 |
I'm experiencing very weird problem. Once in several days the server gets frozen for about 6 minutes!!. I don't think this is deadlock and I'm almost confident that threads are paused (by GC?),
|