Neal Becker <ndbecker2 at gmail.com> 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/