| Thread | Last Post | Replies |
|
| Memory hogging? | 30 Jan 2004 23:19 GMT | 1 |
I have built a server application in VS.NET 2003. This application is a mix of managed and unmanaged code (don't know if this has anything to do with it). It uses I/O Completion Ports with thread-pooling to service client-requests.
|
| Using mscorsvr.dll | 30 Jan 2004 15:30 GMT | 4 |
We have implemented a windows service in C# supposed to deployed on the Windows 2000 server on a multiproc machine. However I found that, by default, mscorwks.dll is loaded. What changes do I need to make so that mscorsvr.dll os loaded as the runtime?
|
| Memory Usage | 30 Jan 2004 09:23 GMT | 6 |
I've heard that the memory usage displayed in the task manager for a .net application includes the cost of the CLR, and that even though the CLR is shared by .net applications, each application will have the cost of the CLR added to its memory usage in task manager.
|
| Performance Tools | 30 Jan 2004 08:59 GMT | 5 |
Hey Folfs, I am new to dotnet and ASP, and have been challenged with supporting an ASP.NET application with a SQL back end. Any tips on how I can monitor and or tune performance in general for dotnet
|
| switch vs. if-else | 30 Jan 2004 02:26 GMT | 19 |
Is there any performance difference between using a switch statement and the logically equivalent if-else structure? Thanks, Mountain
|
| Internet Explorer toolbar definition file | 27 Jan 2004 19:03 GMT | 2 |
I am getting an error "Failed to parse toolbar definition file" each time I load Internet Explorer in XPP. Can anyone suggest how I can restore that file. Thanks in advance.
|
| Slow application shut down | 27 Jan 2004 15:48 GMT | 6 |
We've been experiencing some slow shut downs on our Windows .NET Desktop application. On further investigation, it turned out that the virus scanner was scanning a *.ini file for our application that is created within the Local Settings\Application Data\ApplicationHistory folder ...
|
| aspnet_wp.exe CPU 100% General Measures? | 26 Jan 2004 23:35 GMT | 1 |
Hi there, several of our ASP.NET apps started to slow down recently quite a bit and we noticed the aspnet_wp.exe process taking up 100% CPU time. I have heard a little on the hotfix available for the memory issue but after applying it, it did not seem to take care of the CPU ...
|
| Crystal Reports Problem: Please reply ASAP | 26 Jan 2004 10:16 GMT | 2 |
I have a Windows application that uses Crystal Reports 9 (bundled Version) developed using VS.NET 2003 on a windows server 2003 m/c. The application has to be deployed on the client machine that has Windows XP installed. Before deploying we make sure that .NET framework 1.1 is
|
| Threading issue | 25 Jan 2004 20:56 GMT | 1 |
hi I am new to dot net. The problem I am having now is that I would like a thread to feed data from database to a arraylist at background and at the same time I want to display the objects in the arraylist in a form.
|
| Need more information on CounterSample.Calculate | 23 Jan 2004 08:22 GMT | 7 |
I would like to know whether or not CounterSample.Calculate method calculates the performance values based on formulas outlined in MSDN for each counter type.
|
| Windows Service = Hog | 22 Jan 2004 21:24 GMT | 7 |
Not sure if this is the right place to be asking this, but i have a very simple windows service app, which essentially emails the host machines IP to a set email address at a set period. This application takes up a whopping 16 megs or memory when i run it, and i wondered if this is ...
|
| slow network performance in directory.getfiles | 22 Jan 2004 00:30 GMT | 3 |
I'm getting big diferences in local versus network performances. When I use Directory.GetFiles of DirectoryInfo.GetFiles on a local path with some 11.000+ files, it executes under 4 second. When I do the same over a network (UNC and
|
| Measuring excecution time | 21 Jan 2004 17:19 GMT | 5 |
I develop a program using C# and I want to measure the time it takes for a function to be excecuted. Can anyone help me on this? Thanks
|
| ASMX pages / WebService Apps and ASP.NET Thread Pools | 21 Jan 2004 17:05 GMT | 2 |
[This is a re-post of an item on microsoft.public.dotnet.framework.aspnet.webservices in an attemp to generate discussion] An ASP.NET Performance and scalability related question.
|