| Thread | Last Post | Replies |
|
| Interpreting ClrProfiler Data | 29 Apr 2004 13:28 GMT | 1 |
Hi, I've just started teaching myself how to use the CLR Profiler. I recently profiled my global.asax's "application_error" code that emails unhandled exception info to me(i profiled the execution of one request that posted a form which threw an exception). I'm not sure what to ...
|
| Experiences with GC in game programming | 26 Apr 2004 19:04 GMT | 4 |
Is here anybody who has experience with GC in games or selfrunning demos? Is the GC pausing the game noticeable? If yes, is it possible to preallocate almost everything so that GC only needs to run every >5minutes, that would be acceptable.
|
| SQL Server 2000 Memory Usage. | 25 Apr 2004 17:59 GMT | 1 |
The application I am running is a .NET Framework 1.1 Windows Service which acts as a Remoting host and the actual business components are within COM+. The application server is same as the Database Server with SQL Server 2000
|
| GC locks up 20 minutes | 23 Apr 2004 22:18 GMT | 2 |
We have seen two occurrences of a strange problem where the GC starts consuming 100% of CPU for an extended period of time. One case was 5 minutes, the other was 20 minutes. In both cases it eventually finished and the system recovered.
|
| Run an application thread continiously | 23 Apr 2004 19:20 GMT | 1 |
I would like to run an application thread continiously even when the application is closed using the dotnet platform.(actually i want a timer to be implemented for some specific time, right from when the application is installed). -------------------------------- From: Harmeet ...
|
| Application Center Test Configurations | 23 Apr 2004 01:52 GMT | 1 |
We are trying to test our ASP.NET application using ACT. We have a few questions regarding the configuration. We would like to configure 50 users per test-client box and we are having 4 client-boxes in total hitting one
|
| ASP.NET and QueueUserWorkItem and IIS5 & 6 | 22 Apr 2004 23:28 GMT | 1 |
I read some where that each post request into ASP.NET comes on I/O thread in IIS5 and on worker thread IIS6. If we write a custom handler (read ashx page) and use QueueUserWorkItem to spawn work on pooled thread and return immediately to the client, what type of thread will be used ...
|
| Performance Monitoring SQL Connections | 21 Apr 2004 02:29 GMT | 3 |
I am using the Windows Performance Monitor to show number of SQL connections used by an ASP.NET application. I am using the counters you get when you select .NET CLR Data. These counter always say 0. My application makes many connections to the database. Futhermore, I have ...
|
| Per Thread CPU Usage | 21 Apr 2004 00:36 GMT | 4 |
Looking for API to get Per Thread CPU Usage in C#. I kno you can get total with PerformanceCounter _Total - bu I want per thread. I saw some indication you coul get it with WMI Trace Events, but not sure if this i
|
| performance problem receiving UDP packets | 20 Apr 2004 23:13 GMT | 6 |
I have written a small application that sends and receives UDP datagrams of a certain size at a certain speed; both work fine on 1 host (sending to localhost and receiving there also). The aim of the application is to test packet loss over a direct ethernet connection
|
| ANN: beta opening for AQtime 4.0 - profiling for managed or unmanaged code | 19 Apr 2004 18:24 GMT | 1 |
AutomatedQA announces the opening of beta testing for version 4.0 of AQtime, our performance profiler and memory resource debugger. Version 4.0 of AQtime is a noteworthy release in that it combines the Win32 and .NET editions of this family of profiling tools. In other words, AQtime
|
| Memory usage drift | 18 Apr 2004 21:40 GMT | 5 |
Environment: Win Server 2003, :NET Framework 1.1, C# I have an application that polls on a web service method every time a timer event is raised. The method always returns an empty array of strings. I report a part of the code just clarify a little:
|
| Casting Performance and Pattern Question | 17 Apr 2004 21:43 GMT | 8 |
Let me try to simply explain my questions. I've created a portal site with different types of users, e.g. Portal Administrators and Normal Users. One base class SessionUser (has a enum field UserType) and for each type of
|
| thread increases memory usage. | 17 Apr 2004 21:41 GMT | 2 |
I tried to spawn a thread on button clicking event. Inside the thread function i have the code for moving some graphical objects on the winform For each button click new thred is started . I have noticed that it is making the 'memory uage' and 'handles' are getting increased ...
|
| MSCORSVR.DLL/.NET v1.1 with Windows Service | 17 Apr 2004 04:30 GMT | 12 |
My deployment box is going to be a dual proc and I want my application[Windows Service] to take advantage of the dual processor capabilities. For this the MSCORSVR.DLL needs to be
|