all groups > dotnet performance > may 2007
Server Application Unavailable
Posted by gbkhor at 5/30/2007 7:16:11 PM
add on some information
my issue is not related to support.microsoft.com/kb/827641
as event viewer does not contain any error / warning msg
thanks
> Hi
> Need assistant on this, as my ASP .Net web server running on Win2003 R2
> SP2 is sometime given below error msg, the normal web page s... more >>
File Searching, how to speed it up?
Posted by janderson at 5/26/2007 8:02:22 PM
Hi,
I have a win32 C# app that needs to recursively search for a particular
file type really fast. It always searches the same place for these files.
I'm using Directory.GetDirectories and Directory.GetFiles to do it
currently. Because I know the location is the same every time I build ... more >>
Memory Problem
Posted by javiers at 5/24/2007 5:57:26 AM
My VB.NET application is having a memory problem. It consist in a menu
form (mform) which calls other forms (oform). Actually, the mform
doesn't call the oform directly, it creates a new thread where the
oform is created and called. When the oform is closed its thread is
set to nothing, but the ... more >>
ToolTip memory leak in .Net 2.0
Posted by barbumiha via DotNetMonster.com at 5/23/2007 1:31:05 PM
My application changes the tooltips of controls at runtime.
toolTip1.SetToolTip(button1, "Some Text");
Since I upgraded to .net 2.0 code like this leaks memory.
In my app it amounts to hundreds of megs when left running over a couple of
days.
Im no expert at the ins & outs of net memory m... more >>
toshiba satellite laptop function problem
Posted by jomac at 5/19/2007 4:13:01 AM
I have a 4 year old laptop and it regularly shutsdown during internet
activity especially when viewing videos. I have performed cleanups as advised
by help keys, is it because of the age of the unit, windows xp home edition
installed. I aim to get a new and improved one soon, can i do anything... more >>
how compilation debug="true" affects performance
Posted by John Grandy at 5/11/2007 4:46:40 PM
It is clear to me that
<compilation debug="true">
affects the time needed for aspnet_wp to dynamically compile "code-ahead"
(.asmx,.aspx).
What is less clear is whether debug="true" can adversely affect
load/execution times on the client-side.
Does debug="true" cause any additional f... more >>
adding performance counter to an app using EAB 2006 gives error
Posted by Vijay at 5/10/2007 10:12:02 AM
Does anybody have any idea as to why i get the following exception when
trying to add a performance counter to a .net 2.0 windows application.
{"The requested Performance Counter is not a custom counter, it has to be
initialized as ReadOnly."}
Iam using Ent Library jan 2006, VS 2005 sp1, XP sp... more >>
c# static constructor?
Posted by ms news group at 5/3/2007 12:00:00 AM
I have done some research on this issue, but still quite puzzled.
I read one article that says static constructor can be a big performance
hit, it even gives some code fragment, which, accoring to that article,
could show a big difference betweeen using static constructor or not. But
when I run ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
c# static constructor?
Posted by ms news group at 5/3/2007 12:00:00 AM
I have done some research on this issue, but still quite puzzled.
I read one article that says static constructor can be a big performance
hit, it even gives some code fragment, which, accoring to that article,
could show a big difference betweeen using static constructor or not. But
when I run ... more >>
How to monitor Database load ???
Posted by calderara at 5/1/2007 7:00:01 AM
Dear all,
I have build a small windows application which is storing records to SQL
express 2005 table every 200ms.
how can I monitor if there are no overload, or other bottleneck for storing
so huge amount of data in short time to tables ?
any tools ?
What parmater can I chek ?
thanks... more >>
|