| Thread | Last Post | Replies |
|
| Performance problem with framework 1.1 | 27 Feb 2004 18:49 GMT | 2 |
Has anyone else experienced problems when converting applications from 1.0 to 1.1? I have an existing app that reads from a database and generates files. Once I loaded the new framework and IDE 2003 my app runs much slower. The old version ran in about 13 minutes and the new one ...
|
| Virtual Memory Leak? What's goin' on? | 27 Feb 2004 16:50 GMT | 3 |
I have several Web Applications running on a Windows 2000 Server machine. I feel very funstrated that the aspnet_wp consumes tooo much virtual memory and keep recycling day after day.
|
| Random Platform slowdown | 27 Feb 2004 16:37 GMT | 1 |
Hi, I have a couple of applications written in .NET 1.1 with syncfusion components (if that matters) deployed on win 2k machines. At random, .NET apps seem to degrade in performance significantly.
|
| Threshold for %Time In GC? | 27 Feb 2004 16:21 GMT | 1 |
I am getting confused by conflicting information i am seeing in different Microsoft white papers/MSDN TV shows about what is an acceptable threshold for % Time in GC. Erik Olson's Monitoring ASP.NET Applications MSDN TV show and the accompanying article "ASP.NET Performance ...
|
| ASP .NET poor performance. Memory going unused?? | 26 Feb 2004 19:52 GMT | 3 |
I'm running system tests against a Windows 2003 server installed in a Xeon with two processors (2.5GHz approx. each) and 1 Gb of RAM (Not running web garden though). The test basically consists on a simple navigation which loads one page, which generates six http requests.
|
| Proxying bytes from one socket to another... | 26 Feb 2004 02:51 GMT | 2 |
Heya I have a proxy server that essentially encapsulates received data by pre-prending a few integer values for each chunk of data read off the socket. Now when the data is read, it is constructed into a "Message" object which is basically a struct of int, int, byte[], and ...
|
| Windows Forms Perfomance degradation | 25 Feb 2004 13:58 GMT | 4 |
Hi, I have a couple of applications written in .NET 1.1 with syncfusion components (if that matters) deployed on win 2k machines. The Windows Form performance was ok at first, but on some machines it
|
| XML perfermance when I use ADO.net? | 25 Feb 2004 01:36 GMT | 1 |
Anyone know how fast for XML perfermance when I use ADO.net to read XML files on harddisk into dataset? my client need those answers. Thanks in advance Sandra
|
| Reducing load on GC | 24 Feb 2004 18:28 GMT | 20 |
Im making a raytracer in c#. I tried profiling my app with optimizeit and found that after a short while, on average 60-80% of the total time is spent in the GC. Several times it goes for a while to 100%. I presume this is because i create a lot of temporary vectors and
|
| PerformanceCounter handle leak | 23 Feb 2004 20:43 GMT | 4 |
I was wondering if someone came across a handle leak when using PerformanceCounter class. My code comes down to doing this: PerformanceCounter Counter = new PerformanceCounter("CategoryName", "CounterName", "InstanceName");
|
| Too many oracle connections by using MS Data Access layer DAL | 20 Feb 2004 22:39 GMT | 1 |
I am using Microsoft Application Data Application layer for Oracle to build multi tier web application. I am running into this problem of too many oracle connections opened by this DAL layer. I know DAL uses connection pooling but still there are too many connections open and ...
|
| memory location of static variables? | 20 Feb 2004 22:33 GMT | 3 |
Does anyone have any insight into how .NET physically stores static variables? In a performance critical section of my application, I'm considering caching some often calculated values where there is a high probability
|
| How to synchronize thread? | 19 Feb 2004 10:55 GMT | 1 |
I'm developing multi-thread program. My program always run the threads until client close the program. But a problem is thread function stop during my program is running cause there is some exception. I have timer that always checking all thread state of each threads, if they are ...
|
| Debug vs. Release Executable size | 18 Feb 2004 21:52 GMT | 8 |
I am developing an application using Windows forms, C# and Visual Studio.Net. The executable size remains the same whether I built the debug or release version. Is it normal? Am I missing something? Thanks for ur help.
|
| Framework 1.0 to 1.1 performance problem | 18 Feb 2004 00:21 GMT | 1 |
Has anyone else experienced problems when converting applications from 1.0 to 1.1? I have an existing app that reads from a database and generates files. Once I loaded the new framework and IDE 2003 my app runs much slower. The old version ran in about 13 minutes and the new one ...
|