Light (general) Inter-Process Mutex/Wait/Notify Synchronization?

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Mon Apr 27 19:21:56 EDT 2009


In message <mailman.4645.1240869985.11746.python-list at python.org>, Gunter 
Henriksen wrote:

> I would ideally like to have something which does
> not need to make a system call in an uncontended
> case for the mutex.

In Linux you could use a futex.




More information about the Python-list mailing list