| Thread | Last Post | Replies |
|
| GC having spikes that take more then 60% cpu time | 26 Sep 2006 09:00 GMT | 13 |
we are currently writing an mostly singlethreaded (game)server application in c#. But we are encountering problems with the Garbage Collector: After a certain time but also apparently randomly the GC starts working Alot and taking up to 60-70% of the cpu time, which
|
| SQL Server Memory usage keeps going up | 20 Sep 2006 20:03 GMT | 1 |
I have developed a vb.net application with MS SQL 2K as back end. My application is real time system. Applicion will insert 4 records at every 10 seconds into a table. And that table has a trigger that will check the values of new records, depends on these newly inserted
|
| MS performance Strategies / Specifications | 19 Sep 2006 09:07 GMT | 1 |
Is there a MS performance specification / docs / articles available , that can give a broad idea regarding testing strategies to be involved for performance check of a component . My profile is that of a stress tester , so i want to find out performance with the enterprise ...
|
| Sharing a static fields among several threads | 18 Sep 2006 21:42 GMT | 6 |
Is it true that sharing a static field among several threads hinders performance? If so, why is that?
|
| Concurrency and scalability issue | 15 Sep 2006 02:29 GMT | 2 |
Hi again Does anyone have any ideas on this? Further R&D in the performance monitor has told us that the requests are being queued in the .net request queue. (asp.net\requests queued)
|
| Concurrency and scalability issue | 13 Sep 2006 03:16 GMT | 5 |
We have a major rollout of an asp.net application which will replace the current static web page site. This site averages about 30/requests sec (2.5 million hits a day) During our stress testing phase, we have noticed that the application cannot
|
| Partial serialization while invoking soap calls | 10 Sep 2006 14:26 GMT | 2 |
I have a Soap web service (.NET 2.0) on machine Y. I have a tester program on machine X invoking calls on Y. X is multithreaded, and I test the performance on Y calling 1,3,5,10,30 users.
|
| .net performance 2005 | 10 Sep 2006 04:06 GMT | 4 |
well i have developed an application in 2005 .net studio and it is working very nicely on remote computer but when i work with this application on client side, it really works slow even when i open simple connection, also some parts of which work quitet nicely and
|
| GC change in .NET 2.0? | 10 Sep 2006 03:53 GMT | 1 |
I have the following code in VS2003 private EventHandlerList list; private System.Timers.Timer timer1; private delegate void mydelegate(object sender);
|
| How to Analyze ASP .Net Performance. | 07 Sep 2006 14:17 GMT | 7 |
Please share with me how to analyze the performance of ASP.Net application. If request/sec is very low what and all will be the reason? How we can validate the performance test process?
|
| Unable to do performance testing on unmanaged C++ EXE | 07 Sep 2006 03:15 GMT | 9 |
I thought VS2005 performance feature could be used with unmanaged executables but I get the error: could not launch XX. Injection of runtime library failed This exe uses several .NET assemblies via COM interop. Is there some way to
|
| Iterating List while populating it | 05 Sep 2006 10:54 GMT | 9 |
I need to fill a container (e.g. a List), while iterating through it in a parallel thread. If the fill method is too slow, the iterator should wait until new data is available again. I've implemented a version without locks that polls until the next item
|
| how analyze malfunctioning asp.net application? | 05 Sep 2006 04:40 GMT | 8 |
I have deployed an asp.net application recently, it was fine in development but in production the home page of the application becomes unresponsive after a few hours although the rest of the site is fine, recycling the application pool seems to fix the problem for a few hours. I ...
|
| Slow | 04 Sep 2006 19:23 GMT | 1 |
Can someone tell me how can I see the most recently installed programs on XP? My computer is very slow at the moment and I think it might have something to do with the recent installation of some ActiveX controls... I can now hear the disc working a lot for no apparent reason ...
|