We’re building a MMO server, highly optimized for latency.
So, with the CLR 4.0 and with introduced new workstation GC, is it now possible to use Background Garbage collection on a Windows Server?
We’re building a MMO server, highly optimized for latency. So, with the CLR 4.0
Share
Apparently not. See this article, which specifically states that Microsoft is not offering background GC for server GC in V4.0 (though it looks like this is under consideration).