all groups > dotnet performance > march 2008
Debug build and ngen.exe
Posted by jonson.ulf@gmail.com at 3/31/2008 7:38:46 AM
Hi,
I have .NET assemblies compiled in VSS2005 as a debug build. If I use
ngen.exe on these files do I have to give "/debug" flag for the native
image generation to do any good or is that not related.
Is the "/debug" flag only important if I execute with a debugger? Will
I get the "possible... more >>
msvcrt80.dll being loaded by aspnet_perf.dll
Posted by Rob Green at 3/19/2008 1:47:01 PM
i have a visual studio 6 compiled application that can no longer load because
..NET 2.0.50727 aspnet_perf.dll is trying to load msvcrt80.dll. This is
happening when i load WMI and am trying to query some (non-performance and
non-.NET related) values. How can i prevent this from occuring? I ... more >>
Server freezes for minutes.
Posted by Sergey at 3/18/2008 2:23:11 PM
I'm experiencing very weird problem.
Once in several days the server gets frozen for about 6 minutes!!.
I don't think this is deadlock and I'm almost confident that threads are
paused (by GC?),
because there is thread pool based timer which doesn't fire for
the same amount of time (Server use... more >>
Software Performance User Group...Seattle area?
Posted by john conwell at 3/17/2008 3:44:02 PM
I'm sure this isn't the best place to put this, but I don’t know of another
place where I'll get performance people to see it.
I'm wanting to try and put together a Seattle (and surrounding areas)
Software Performance User Group. Basically a way for us Performance folks to
get together a... more >>
Better coding
Posted by jsh02_nova at 3/13/2008 8:04:01 PM
Which code is really better in term of performance, A or B?
A) list_of_strings[0] == ""
B) list_of_strings[0].Length.Equals(0)... more >>
Performance Optimization
Posted by M Waseem at 3/10/2008 12:12:45 PM
I have an application that has already been built for financial industry.
Different developers have worked on it, that's why it has performance issues
in it. I have to evaluate it and then bring up with my suggestions. There
are different ways to do it:
- Execute profiling tools like ANTS, ... more >>
Different performance showing a Form on a Development client and a "normal" client.
Posted by Johnny at 3/5/2008 8:20:20 AM
Different performance showing a Form on a Development client and a
"normal" client.
Question 1:
I created a dialog (a simple AboutBox) in .NET and display the dialog
in Microsoft Word through a Word AddIn. On my development system the
dialog is displayed much faster then on a "normal" client ... more >>
Batch of Stored Procedures
Posted by mj2736@yahoo.com at 3/4/2008 6:27:43 PM
In our .Net 2.0 web service we need to insert/update data records into
SQL Server 2005 that have been uploaded to us in XML documents. There
could be anywhere from one to literally thousands of records in each
uploaded transaction, and there are several dozen destination tables.
Since performa... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Memory dump
Posted by MsAnn at 3/3/2008 9:19:00 PM
My computer experienced a hard shut down on 3/1 during a power outage. When
I turned the computer back, a message appeared stating "memory dump". Spypot
intercepted this action and gave me the opportunity to deny or allow. I
really don't know my computer was trying to do and I'm concerned t... more >>
|