.Net 2 starts (loads) slow after a while

A

Arnd Iffland

Hi,

we have a problem with the .Net framework 2 on a 2003 server.
After a while (the last time it has been 3 days), all .Net program
(even the configuration) needs 80 seconds to start!
After a restart the problem is gone for a while and all programs starts
fast.
After the start delay, everything works ok.

Any guess where to look for?

Best regards,

Arnd Iffland

--
 
G

Guest

Hi Arnd,
just want to say we have the same problem with our .NET 2 based app. But for
us it is always like this and it dont help to restart. When our app was based
on .NET 1 it was fast like on the other OS's.
Our app has a manifest and is signed. It is also terminal server aware. Just
to mention some details

Olav
 
L

LastCyborg

It could be the garbage collector.

When your app starts it needs more memory than available, then the garbage
collector starts to work.
 
G

Guest

In task manager our app is reported to use between 5MB and 10MB. On the last
new 2003 Server machine where this problem was reported it was 2GB of RAM and
no other apps installed than our.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top