On 3 Nov 2002, Anthony Green wrote: > > I think you need to guarantee no static method of the class is executing > > when you dlclose(). This is hard with the current GC. >> Hmm... I don't really follow this. How could a class being finalized > have any methods executing? Never mind. I was thinking about compiled classes, which is a harder problem. Jeff