Bryan Olson wrote: > I think it's even worse. The standard Python library offers > shared memory, but not cross-process locks.
File locks are supported by the standard library (at least on Unix, I've not tried on Windows). They work cross-process and are a normal method of interprocess locking even in C code. -- http://mail.python.org/mailman/listinfo/python-list