It certainly seems preferable that .NET components, used in ASP applications via COM Interop, would use the Server GC instead of the Workstation GC.
For background, many articles discuss that the Server Garbage Collector is appropriate for high-throughput use, and the Workstation Garbage Collector is meant for single user apps with a UI. Can anyone tell me which GC is used? If it's the workstation GC, is there a way to specify that the Server GC be used instead? Thanks in advance, John Crim WebRelevance [EMAIL PROTECTED]
