| Thread | Last Post | Replies |
|
| Bad Perfomance whlie executing | 28 Mar 2007 10:48 GMT | 1 |
I have a VS solutution with 17 projects. The projects are separeted by their meaning for the whole program. Normally in my program there are 2-4 grids (DevExpress controls). When I try to resize the window it took a lot of time (2-4 secs). Also when loading a user control with ...
|
| aspnet_wp process hangs at 25% CPU usage | 28 Mar 2007 02:02 GMT | 1 |
For a long time, we've been experiencing this strange problem on our web servers. We've got a classifieds site that gets about 500.000 pageviews a day, load balanced on 4 Windows 2000/IIS5 servers and are running the site on ASP.NET
|
| Application response time | 28 Mar 2007 00:55 GMT | 1 |
I have been asked to design my first fairly complex asp.net application. One thing I have been asked to look at, and something I am fairly new to is response times, is application response time. What is the application response time and how do I measure it. I appreciate this may ...
|
| Private Bytes and aspnet_wp | 23 Mar 2007 16:46 GMT | 3 |
We have a .Net 2.0 Web Services Application running on Windows 2003 Server SP. There is one application pool that contains 10 copies of this application (there is one copy per customer that we have). When all the applications are loaded, the "private bytes" for the
|
| Memory problems - WinDbg and SOS: Who recognizes this pattern? | 21 Mar 2007 15:22 GMT | 8 |
Yesterday I posted a message about OutOfMemory exceptions in our production environment. [http://msdn.microsoft.com/newsgroups/managed/default.aspx?dg=microsoft.public.do tnet.framework.webservices.enhancements&mid=93a987c9-14e2-4fb2-9c59-1e47e87e49e9 &sloc=en-us] Last night I ...
|
| Accessing Property values vs private variables | 18 Mar 2007 07:39 GMT | 11 |
I'm trying to get a feel for the speed disadvantage of using the property get vs using the private variable for the property. I'm wondering if using the private variable for the property is faster than using the property get internally within the class itself. I have started ...
|
| Load runner error | 15 Mar 2007 14:59 GMT | 4 |
I'm working on Documentum project and i started to script a basic record and playback script.When i rune the script the following error's showing up.can anyone help me on this. ERROR:Error -26612: HTTP Status-Code=500 (Internal Server Error) for
|
| Determining BALLPARK Memory Consumption for Instantiated Object (RUNTIME) | 02 Mar 2007 23:02 GMT | 2 |
First of all I realize if I am able to get anything, its not going to be 100% right on. What I'd like to do is get ballpark idea of a instantiated objects memory consumption. I am writing a specialized managed cache, that needs
|