all groups > dotnet clr > june 2008
Out of memory error, heap fragmentation
Posted by JR at 6/20/2008 3:30:23 PM
I'll try and be as brief as possible. After win2003 sp2 was installed
on our web servers they began throwing out of memory errors with our
asp.net app. I changed the IIS app pool to use 1 worker process and
was able to reproduce it. The w3wp process was using just over
400,000k 'Mem Usage' and 2... more >>
Problem with DateTime and timezone
Posted by MoriCristian at 6/16/2008 12:19:02 AM
Hi all.
I have the following problem: if I change the timezone while my program is
running, I can have two scenarios:
1) DateTime.Now and DateTime.UtcNow return the correct time but
DateTime.UtcNow.ToLocalTime return the old timezone value
2) DateTime.Now return the time in the previous timez... more >>
deadlock when using waitOne in a STA thread
Posted by Daniel Cuculescu at 6/10/2008 11:31:45 AM
Hi,
I have the problem described bellow with the calls to WaitHandle.WaitOne
causing re-entrancy on main GUI thread (STA) of a .NET application and I
would like to find out:
- did anybody else run into the same problem?
- is it a known issue? is there a fix for it?
- is there a work... more >>
clr and jit
Posted by Daniel at 6/4/2008 7:43:33 PM
What is the difference in definition between clr and jit compiler? Does the
use of jit make .NET an interpreted language, or is it still a compiled
language, or both?
Daniel
... more >>
Refactor Namespace improves startup
Posted by schneider at 6/1/2008 1:12:57 PM
Hello,
I just did some refatoring, mostly moving a bunch of classes to a few new
namespace. As a result it seems to have improved startup time.
I can't prove it anymore, but seems correct?
Can anyone at MS confirm that?
I'm targeting .NET 2.0
Thanks,
Schnieder
... more >>
|