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

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

Reply via email to