threading support in python

sjdevnull at yahoo.com sjdevnull at yahoo.com
Tue Sep 5 13:11:38 EDT 2006


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.




More information about the Python-list mailing list