tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: RFC: import of posix_spawn GSoC results



On Wed, Dec 28, 2011 at 07:53:00PM +0000, Eduardo Horvath wrote:
> All threaded programs have problems with #1 which is why they have thread 
> safe libraries and locks.  Or do locks not work after the vfork() call?

Locks can and do interact very badly with both fork and vfork.
They are not pure memory constructs.

Joerg


Home | Main Index | Thread Index | Old Index