Is there any change in .Net 4.0 garbage collector execution?
|
1
|
|
|
|
|
|
Here's a blog posting: http://geekswithblogs.net/sdorman/archive/2008/11/07/clr-4.0-garbage-collection-changes.aspx and |
||
|
|
|
|
There is also AppDomainResourceManager feature, which allows you to track resource usage ( Memory and CPU ) per appdomain. the GC part of this feature is the ability to get per appdomain memory tracking. |
||
|
|
|
|
There's also an ephemeron implemenation using a new class called This is useful for collecting dynamic languages which allow setting arbitary "properties" on arbitrary instances. |
||
|
|
|
|
Hi there. Also, check out the blog of the developer who works on the GC, where there is an article about the new GC, plus a link to a Channel 9 interview regarding the .NET 4.0 GC. Cheers. Jas. |
||
|
|
