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?

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to