Topics this presentation focuses on:
- CLR Resource overview
- The Garbage Collection Algorithm
- Roots and GC Preparation
- Generations and Performance
- Finalization
- Native Wrapper Resources
- Object Cleanup
- misc performance issues
About the Conference:
The devLink Technical Conference is a non-profit organization established to promote and educate Information Technology professionals on current and emerging technologies. They accomplish this goal by holding an annual event which features experts from around the region and world.
Community comments
dual CPU implications
by Alex Zakharov,
dual CPU implications
by Alex Zakharov,
Your message is awaiting moderation. Thank you for participating in the discussion.
Unfortunately the talk never coverd native resource wrappers or multi-CPU situations. Looks like the former is covered reasonably well here msdn2.microsoft.com/en-us/library/fh21e17c.aspx.
I'd be very interested in checking out an in-depth discussions/articles on GC behavior on multi CPU machines.