Neal Becker <[EMAIL PROTECTED]> 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/ -- http://mail.python.org/mailman/listinfo/python-list