| Thread | Last Post | Replies |
|
| GC Roots? How to iterate long-lived objects? | 28 Dec 2005 18:11 GMT | 3 |
Hi, all: I have a C# application that slows down over time, and and I'm trying to figure out what the causes might be. One suspect is long-lived objects -- is there a good way to generate the object graph the garbage collector uses,
|
| Adding performance counters freezes | 22 Dec 2005 22:31 GMT | 1 |
When I click add counter in the performance monitor I don't receive a list of counters, in fact nothing happens and the program freezes. I get the same result when I open the counters node in Visual Studio 2003 in the server explorer. I use Windows XP professional which I upgraded
|
| Memory Usage - Return Type | 22 Dec 2005 10:00 GMT | 8 |
Is there any difference in following two codes, regarding memory consumption as well as Performance ArrayList x = GetArrayList(); ArrayList GetArrayList()
|
| ASP.NET OutOfMemoryException | 20 Dec 2005 15:39 GMT | 4 |
We are having problems with OutOfMemoryExceptions in our hosting environment. The web servers are running Windows 2003 web edition with 2GB of physical RAM and the page file size set to 3.5GB.
|
| == Why there is a huge jump in the time used? == | 20 Dec 2005 12:25 GMT | 15 |
I've a quetion which has bugged me for quite a while. I wrote a C#/.NET Web service which is hosted by IIS 5.1 on a Windows XP SP2 machine. This Web service just get the content of the specified txt file and send the content back to the client. The processing time on the server ...
|
| DataTable Performance in .NET framework 2 | 15 Dec 2005 05:09 GMT | 2 |
I am working on a .NET Winforms remoting application works on .NET Framework v1.1 and there are some performance bottle necks with DataTable and we are using Syncfusion third party grid control for data display. I heard that .NET framework version 2.0 improves the performance in ...
|
| returning business rule validation via method out parameter | 14 Dec 2005 13:01 GMT | 5 |
I have a method that returns a dataset to the client. There will be times when the method should not return a dataset because it would violate a business rule. The issue I have is that I need to return the type of business rule violation to the client. I can throw a business rule ...
|
| My.Computer.FileSystem.GetDirectories Method | 12 Dec 2005 15:05 GMT | 1 |
I am using this method with the FileIO.SearchOption.SearchAllSubDirectories option to get a collection of directories that I can then iterate over and check ACLs for unknown sids. The problem is that this method takes extreamly long, particularly on a large directory structure ...
|
| Compacting and Pruning of an assembly(executable) | 12 Dec 2005 15:01 GMT | 3 |
Is there any tool(ideally free:) which compacts and prune an assembly(executable). Dotfuscator does this, but does a lot more as well. NOTE: I am not talking about zipping the executable in some other compressed
|
| Hyperthreading causing issue | 10 Dec 2005 13:52 GMT | 2 |
We just deployed our asp.net application on Xeon dual processor with Hyperthreading turned on. OS Windows 2003 (Web Edition) .NET Framework 1.1 While stress testing with 1 wp, we get better throughput/RPS then with
|
| Dispose | 10 Dec 2005 11:42 GMT | 3 |
I have a question regarding disposing of objects. Lets say I create a Process[] to enumerate - should I call .Dispose on each of these Process' ? - This is how I am doing it at the moment - Process[] prcs =System.Diagnostics.Process.GetProcesses();
|
| Performance problem on the non-installed user | 08 Dec 2005 03:09 GMT | 1 |
Not sure what we are doing wrong here, any help GREATLY appreaciated. We are installing a Winforms / VB.Net package on a PC (Tested on Virtual PC + Terminal Services + Citrix -> 3 different boxes, all with the same result). The user we use to install the application works ...
|
| PF Delta | 07 Dec 2005 17:27 GMT | 2 |
Hi I have a C# app which opens a process and reads the output via a streamreader - the program reads the output from netstat. The amount of PF Delta goes up to 400 + ... I am concerned about this, however I do not have a memory leak, Page file is static and memory usage is also ...
|
| Poor Drawing Performance on Inherited WinForms | 07 Dec 2005 03:36 GMT | 2 |
We have a SmartClient application that utilizes Visual Inheritance on many of the forms. We have noticed that these forms are much slower to 'initialize' when the are first drawn. I don't know if it is because the InitializeComponent() method is being called on each level, thus ...
|
| Portal site | 06 Dec 2005 16:24 GMT | 1 |
I am starting to plan a portal site that will eventually (hopefully) increase exponetianlly in the amount of traffic to the site. I am planning to do this in a 3-tier/4-tier layout, I'm just wondering of any design considerations before I embark.
|