all groups > dotnet performance > march 2007
Service Memory Usage
Posted by Greg at 3/30/2007 2:20:37 PM
Hi,
I have a windows service thats sole purpose is to cache a large set of
data from a web service. The service writes the data to cache and
makes it available to all clients. I have seen a drop in load time of
the data from 8s to 2s.
The windows service subscribes to an event from the we... more >>
How can I speed up ToString of decimal and double?
Posted by ThunderMusic at 3/28/2007 7:58:42 PM
Hi,
We have a part of our application that deals with millions of records and do
some processing of them. We've achieved a pretty good performance gain by
developping a custom DateTime.ToString and a custom int.ToString, but we
can't find any clue on doing for decimal and double, which would ... more >>
low performance
Posted by vijaya at 3/27/2007 5:21:16 PM
Hi all,
My client is reporting that my .net application is creating 60% burden
on database,how can i reduce this burden please help me out.
... more >>
Bad Perfomance whlie executing
Posted by Leonardo Ellermann at 3/27/2007 12:50:32 PM
Hi,
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 the grids... more >>
Load Test
Posted by Chris at 3/22/2007 8:03:34 PM
As someone fairly new to high performance applications can someone recomend
load testing software. Preferably something not too expensive that someone
new will find easy to understand. Regards, Chris.
... more >>
Application response time
Posted by Chris at 3/22/2007 8:01:35 PM
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 be a little OT... more >>
Private Bytes and aspnet_wp
Posted by redhotsly NO[at]SPAM hotmail.com at 3/16/2007 11:01:40 AM
Hi,
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
process is around 400... more >>
aspnet_wp process hangs at 25% CPU usage
Posted by Wim at 3/13/2007 9:40:44 PM
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
1.0.3705.
For no apparent reason, just at random, and on ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Determining BALLPARK Memory Consumption for Instantiated Object (RUNTIME)
Posted by Weston Weems at 3/2/2007 7:52:56 AM
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
to start attempting to purge items as it reaches certain thresh... more >>
|