Re: posix semaphore support?



Neal Becker <ndbecker2@xxxxxxxxx> writes:
Does that provide semaphores between unrelated processes?

The threading module is just for threads of a single process.
There's an shm module that implements semaphores:

http://nikitathespider.com/python/shm/
.