Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet performance > september 2005

Performance cost of custom counters
Posted by Rick Spiewak at 9/29/2005 12:17:03 PM
Is there any general guidance concerning the cost of using custom counters? My experiments show the overhead to be extremely low, but they may be distorted by JIT optimization or caching or... Are there any existing published guidelines on this subject? TIA. ...more >>


Performance Problem with AppDomains
Posted by MoriCristian at 9/27/2005 1:45:03 PM
Greetings I'm experiencing this problem I have a class in an assembly with a single method PerformCalcs() If I load the assembly in the main AppDomain and call PerformCalcs() the execution time is aboput 10ms. If I load a new AppDomain, I load the assembly using a remote loader and then I ...more >>

OutOfMemoryException was thrown when load data into dataset
Posted by Napo at 9/26/2005 1:46:03 AM
HI: I load about 1,000,000 records into dataset one time , OutOfMemoryException was thrown. Some guys told me that we sholudn't use dataset at this scenario. But I want to load all data from database one time because I need to loop it to find some records compare with another dataset. So ...more >>

Microsoft Application Center Test?
Posted by stickney at 9/23/2005 7:32:02 AM
My company is required to perform an performance test of the web component of our application. We would like to simulate 1500 - 6000 concurrent users. Ideally, a percentage (30-40%) of these users will be active with a simple task, while the remaining sessions are active.With this load in plac...more >>

File Pointers
Posted by HCWDave at 9/22/2005 11:08:05 AM
Hi, i have a requirement for building a file for each customer, a customer of mine has. These files will be between 1 and 5 meg in size each. We could have anywhere between a few and tens of thousands of files. We wanted to keep an index loaded in memory which consists of the company na...more >>

Poor performance using Graphics object compared to unmanaged drawing with GDI
Posted by Ansgar Kuhlmann at 9/20/2005 12:00:00 AM
Hello, I am currently doing performance evaluations with Visual Studio 2005 beta2 and .NET 2.0 beta 2. When I paint some thousands of circles to a Windows Form using the graphics object it takes about 4 times longer compared to unmanaged drawing into the device context of the form (using P...more >>

What's a good % Increase in performance
Posted by Chris Mohan at 9/15/2005 6:21:04 PM
Hi, I'm not sure what to make of this: I used ACT to perform pre-and post optimization tests. (I don't have admin access to the server so-- can't get perf counter data) The following optimizations in an asp.net app only yielded about 26% increase in performance (a 7 minute test simulatin...more >>

Server Application .net OR VC++
Posted by batista at 9/15/2005 5:12:37 AM
Hello there, I am currently working in .net. Now i need to know that in order to build a server/client architecture which one is more suitable Vc++ or ..net. There is a server in our company that has been build over vc++, now we are looking for any chances of shifting it to .net. BTW speed of ...more >>



SystemMonitor ActiveX control and custom performance counters
Posted by Ivan at 9/15/2005 12:00:00 AM
I have the SystemMonitor ActiveX control on a form and I try to register a custom performance counter. I expect that after registering the counter with the OS, the user would be able to add it through this System Monitor ActiveX control on the form. Yet, the Add dialog of this ActiveX does NOT...more >>

Performance Problem with AppDomains
Posted by MoriCristian at 9/14/2005 5:07:01 AM
Greetings I'm experiencing this problem I have a class in an assembly with a single method PerformCalcs() If I load the assembly in the main AppDomain and call PerformCalcs() the execution time is aboput 10ms. If I load a new AppDomain, I load the assembly using a remote loader and then I ...more >>

WinForms performance problems on small number of systems
Posted by Rodger Constandse at 9/13/2005 10:23:05 PM
I have a WinForms application that is running into performance problems in a small number of end user systems. Problems are related to startup speed, and several grid related operations using a grid component. The user system is fast (2.0 GHz) and I have no performance problems on a similar...more >>

when is DLL:s loaded?
Posted by Andreas Zita at 9/13/2005 12:00:00 AM
Hi! I have a main app Form1 which has some references to dll:s with other controls and forms which in turn each has more references to other dll:s ... My question is, when is these dll:s loaded from disk into memory? Everything at startup or only when needed? What Im wondering is if it woul...more >>

System.Diagnostics.Process writing continuosly to disk!?
Posted by Andreas Zita at 9/13/2005 12:00:00 AM
Is this code ok? [STAThread] static void Main() { System.Diagnostics.Process[] p = System.Diagnostics.Process.GetProcessesByName(Process.GetCurrentProcess().ProcessName); if (p.Length == 1) Application.Run(new Form1()); } When checking with the PermormanceMonitor and "I...more >>

ASP.NET High memory usage
Posted by SevDer at 9/7/2005 11:41:25 AM
Hi, We have a web application based on DotNetNuke 2.x. 1. We host several portals (sites) 2. Some relatively big clients have their own application pool and they have a lot of hits (in average between 7K - 21K per day). (1600 per hour) 3. We also grouped low level sites into 2 application po...more >>

large object memory leak?
Posted by Arnie at 9/7/2005 11:09:21 AM
Folks, There was an issue in 1.0 with arrays greater than 16MB not being collected. Was this completely fixed in 1.1 or just improved. Anyone have the details on this? -arnie ...more >>

WSE / DIME File Transfer Performance
Posted by Joseph Geretz at 9/7/2005 1:08:40 AM
I'm working on an file transfer gateway using WSE with DIME for file attachments. Our goal is to replace our direct file repository access (via windows network folder sharre) with the Web Service gateway for security purposes. As it stands now, all workstations have direct read-write access...more >>

Massive Concurrency / Multiple ThreadPools
Posted by Kieran Benton at 9/6/2005 5:56:29 AM
Hi everyone, I've asked for your help before and you've been very welcoming and helpful, however now I have a few further issues. I'm developing a highly concurrent middleware server app (C#) that takes socket connections from a frontend webpage and performs processing and SQL queries on a ba...more >>

Performance of string deserialisation
Posted by drewnoakes at 9/5/2005 9:22:01 AM
I have an application that performs custom deserialisation of object state from byte arrays. This happens very regularly, so needs to be fast. In addition, most of the strings repeat, meaning I'm deserialising the same sequence of bytes repeatedly, giving the same output string. Let's ignor...more >>

.NET WindowForm Application Performance Issue
Posted by Techstudent at 9/1/2005 2:11:09 PM
I have windows form application on clients computer communicating with Database which is in a remote location in same network. We see considerable performance degradation due to this setup. If the client access the databaser locally the performace is lot better. Does any one have any sugge...more >>


DevelopmentNow Blog