the Rotor Shared Source CLI implementation
[mailto:[EMAIL PROTECTED] On Behalf Of Gajah Mada
Sent: Tuesday, September 14, 2004 11:03 AM
To: [EMAIL PROTECTED]
Subject: [DOTNET-ROTOR] Safe Points
Hello,
In the SSCLI, garbage collection can only occur only when all threads
are at safe points in their
Hello,
In the SSCLI, garbage collection can only occur only when all threads are at
safe points in their execution and yield control to the collector.
Can a collection occurs when a thread is in the middle of a method (i.e. the
method has not exited)?
Any existing documentations that elaborate t