ServicesResourcesConferencesOur TeamWeblogsAboutContact
   
The Truth about Lifetime Management in .NET Remoting
Each and every .NET object's lifetime is managed by the garbage collector (GC). But as soon as Remoting enters the game, conventional garbage collection doesn't work anymore because it's impossible to track all existing references. That's why Remoting introduced leases and sponsors to manage the lifetime of remoted objects. But how do they work? Are there actually two different GCs in the .NET Framework? My latest article provides some answers.
posted on Thursday, April 24, 2003 11:21 AM

Powered by Community Server, by Telligent Systems