threading support in python

Bryan Olson fakeaddress at nowhere.org
Wed Sep 6 12:08:23 EDT 2006


sjdevnull at yahoo.com wrote:
> 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.

Ah, O.K. Like Paul, I was unaware how Unix file worked with
mmap.


-- 
--Bryan




More information about the Python-list mailing list