| Thread | Last Post | Replies |
|
| networkstream perf using ReadByte | 31 Oct 2006 11:17 GMT | 3 |
I have an app that reads TCP socket data by doing calling ReadByte for each byte in the buffer (a fairly common model). It seemed pretty slow so one experiment I did was to jiggle the code around to do one big Read(), fortunately I knew the expected data size in advance
|
| DW.NET is unstable on havy loaded servers :( | 24 Oct 2006 11:17 GMT | 1 |
We have an application that can be used as an application server for WinForms apps (using .NetRemoting) and can be used as WebServices server. Everything is fine when server is low loaded. But when we do a stress loading tests (many users, many requests) DW.NET
|
| Are there a method replace Graphics.DrawImage ? | 21 Oct 2006 15:49 GMT | 3 |
Graphics.DrawImage is too slow, Are there a method replace it? DirectX ? Who can give me some code sample?
|
| Performance difference between ArrayList and List<object> ? | 20 Oct 2006 19:57 GMT | 3 |
Is there any performance difference between ArrayList and List<object> ? Which one should I use ? Thanks.
|
| Performance issue after coverting from Framework 1.1 to 2.0 | 20 Oct 2006 13:44 GMT | 10 |
I converted a 1.1 project with Visual Studio 2005. Most things seemed to work, but the conversion resulted in a serious performance loss. So I profiled both, the 1.1 and the 2.0 version with ANTS Profiler and compared the results. I was a bit confused because according to the
|
| System.OutOfMemoryException was thrown -- how to debug? | 18 Oct 2006 11:26 GMT | 5 |
we're hosting a number of web services in in Windows Server 2003. Lately we've been getting daily problems with the server where the server just stops responding to user requests (from a Winform client) and just giving a System.OutofMemoryException exception (please see the end ...
|
| Memory leaking when using CrystalReportViewer in an MDI applicatio | 17 Oct 2006 09:51 GMT | 4 |
We've noticed that we're seeing problems with the CrystalReportViewer component releasing resources in an Windows Forms 1.1 MDI environment. Using perfmon to monitor the private bytes for the application in question, we notice that the memory usage goes up by about 4Mb when a new ...
|
| Memory growth halts with use of Profiler | 16 Oct 2006 17:10 GMT | 10 |
I have .NET Windows Service that is growing and growing getting up to several hundred MB in VM Size. However, when I attach a memory profiler to the service, the growth stops and holds a steady state, usually around 40-50 MB. Requesting the GC to force a Collect does not change ...
|
| .NET 1.1 FileStream class buffering (and related perf questions) | 16 Oct 2006 16:01 GMT | 4 |
I've got a VB.NET 1.1 app that must read a large number of very large binary files four bytes at a time and write the data to an output file. I'm using the synchronous Read, Seek and Write methods of the FileStream class. The input files are on an NTFS 5 drive (and are ...
|
| Performance issues on production server running VS 2003 application | 15 Oct 2006 17:30 GMT | 1 |
I was wondering what would be the proper way to debug ASP.NET application and see why it performs so slow sometimes on production server. What we see is process w3wp.exe consuming CPU alot and also consimung alot od memory. Is there a way for me to see what is
|
| Solution/Project Performance | 15 Oct 2006 17:26 GMT | 1 |
ich have some performance problems here. I have a solution with 18 project. For GUI presentation I use DevExpress controls. If I create a new solution with one form, some controls like grid control, navigation bars and toolbars and I let it run, when I rezise the form the
|
| System uses 50% of cpu usage on computer at all times. | 15 Oct 2006 09:40 GMT | 2 |
I noticed recently that my computer was running slow and the fan on my computer (it has a very loud fan) was always at maximum. So after investigating it I found out that when I open the windows task manage the cpu usage for 'system' is always at 50%! I used other programs to ...
|
| Memory Leak | 13 Oct 2006 18:16 GMT | 1 |
We are using UIP for windows forms. When we navigate across screens in our application, the memory builds up making the system very slow. Does UIP hold any pointers to the forms I navigate to ? Which are the collections in the UIP that holds the pointers to the forms.
|
| SQL Performance Counters | 11 Oct 2006 22:24 GMT | 1 |
I am trying to gather some data on Database connections pooling , usage of pools, average # of connections in a ppol. I ran Perfmon, selected ".NET CLR Data" ,Added the 3 counters under it . However , there is no data for these counters.
|
| Measuring performance of virtual memory | 09 Oct 2006 20:53 GMT | 1 |
HI, was wondering what I need to monitor if I want to report on the health of the virtual memory system eg is it overloaded?
 Signature ______ ___ __
|