posix semaphore support?

Neal Becker ndbecker2 at gmail.com
Fri Aug 29 18:48:02 EDT 2008


Christian Heimes wrote:

> Neal Becker wrote:
>> Is there a posix semaphore wrapper for python?
>> 
>> Would that be a good addition?
> 
> The threading module provides a high level interface to native
> semaphores, e.g. pthread.
> 
> Christian
> 

Does that provide semaphores between unrelated processes?




More information about the Python-list mailing list