[gclist] Thread safe GC

Thomas Weitzel 100335.127@CompuServe.COM
14 Apr 97 08:01:06 EDT


Hi,

I'm interested in the topic of thread-safe garbage collection / object memory.
More concrete: Multiple independent operating system threads access the object
memory, the garbage collector either runs as an additional thread or is started
by a user thread when needed. A good example of this type of system is Java. 

I looked into Paul Wilsons survey article, but found little on that topic. Could
you point me to more information, preferrably on the web?

Thanks for your help,

Tom