Saar Carmi

A .NET Blog

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456


Navigation

Subscriptions

Post Categories



Server GC configuration

In .Net Framework 1.1 SP1, the server GC is supported for any type of application by setting the

<gcserver enabled="true"/>

setting in the applications configuration file


In 1.1 only ASP.NET and COM+ application used the Server GC by default. (on multi processors machines).  

In 1.1 SP1, you can use the gcserver flag.

 

It is NOT recommended nor supported to implement your own host.

posted on Tuesday, February 15, 2005 3:27 AM by saarc





Powered by Dot Net Junkies, by Telligent Systems