[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: OO2C -> Debian?
>
> Once the details of support for the various threads packages are
> hammered out, I will take the necessary steps to integrate threads
> into the installation process.
>
> It shouldn't be much of a problem to identify library modules that
> aren't thread safe. I will update any modules I've written myself,
> but I won't touch the other modules.
You should also check that the GC package will work in a threaded
system. I know I've had problems getting it to work under BeOS.
I believe it is possible to do but just am not enough of a C/Unix-hacker
to do it. The secret (so I've been told) lies in using a private
and unused signal to alert all active threads that they should
go to sleep while the garbage collector plays around with the memory.
Michael G.