.Net Meanderings

Richard Blewett's wanderings around .NET

Please read my disclaimer. Subscribe to my RSS feed

Specifying the Server GC in Whidbey

One bugbear that always annoyed me in v1.x of .NET was that the only way to specify that you wanted the server GC to run for a service was to write a stub host in C++. Today I had cause to look to see if this was still the same under Whidbey and I'm happy to say it isn't. I can across this post by Chris Lyon.

The crucial bit for me is this:

<configuration>
  <runtime>
    <gcserver enabled="true" />
  </runtime>
</configuration>

09/21/2004 12:35 AM | Comments [1454] | #.NET #Whidbey

Content © 2003 Richard Blewett | Subscribe to my RSS feed.

Powered by BlogX