all groups > dotnet performance > august 2006
How to Analyze ASP .Net Performance.
Posted by Sathya at 8/28/2006 7:16:06 AM
Hi,
Please share with me how to analyze the performance of ASP.Net
application.
If request/sec is very low what and all will be the reason?
How we can validate the performance test process?
Thanks in advance,
Sathyajith.V.K
... more >>
Performance issue after coverting from Framework 1.1 to 2.0
Posted by justSomeNewOne NO[at]SPAM gmail.com at 8/24/2006 11:30:47 PM
Hi,
I converted a 1.1 project with Visual Studio 2005. Most things seemed
to work, but the conversion resulted in a serious performance loss. So
I profiled both, the 1.1 and the 2.0 version with ANTS Profiler and
compared the results. I was a bit confused because according to the
profiler actua... more >>
max # threads for app pool
Posted by John A Grandy at 8/23/2006 1:19:24 PM
Is there a configurable max # of threads for an app pool ?
... more >>
CountPerTimeInterval32 performance counter - how to use it?
Posted by Tomasz Jastrzebski at 8/16/2006 3:32:00 PM
Hello everybody,
I would like to create a performance counter showing average number of event
occurrences per minute.
Is the CountPerTimeInterval32 the right type of counter? It requires a "base
counter" and I found no example on how to use those both together.
I have tried using RateOfCo... more >>
how analyze malfunctioning asp.net application?
Posted by scottrm at 8/12/2006 4:22:02 PM
I have deployed an asp.net application recently, it was fine in development
but in production the home page of the application becomes unresponsive after
a few hours although the rest of the site is fine, recycling the application
pool seems to fix the problem for a few hours. I presume there ... more >>
Compare Two Strings
Posted by Twinkle at 8/10/2006 4:48:36 AM
HI guys
i have two strings .in first string a word file is there
and the second string a html file is there.now i want to compare to
both string if some word missing in second string then it should be
highlight by color change.becaz it's a testing purpose tool
plz somebody help me... more >>
.net performance 2005
Posted by DiL at 8/7/2006 6:19:45 AM
well i have developed an application in 2005 .net studio and it is
working very nicely on remote computer but when i work with this
application on client side, it really works slow even when i open
simple connection, also some parts of which work quitet nicely and
after some time they get slow a... more >>
help!!!! PLease!!!!!!!!!!!
Posted by yongwuhan NO[at]SPAM gmail.com at 8/6/2006 12:13:30 AM
please help me! I really need your help!
I developed the addin in MS word 2003 using VC++ 2005+ATL. I cannot
solve the problem for three days:
when I compile:
It says: error C4772: #import referenced a type from a missing type
library; '__missing_type__' used as a placeholder.
The er... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Compiler optimization, which one is faster? or are they even?
Posted by ThunderMusic at 8/3/2006 4:18:57 PM
Hi,
How does the .NET compiler optimize it's code?
I have to do searches by a property in a SortedList with a key that is not
the property I have to make my search on.... Is there a performance
difference (in release or debug mode) between those listings? even if the
performance difference... more >>
|