Paul Rubin wrote:

> Don't use the presence or absence of a file as a lock.  Have the file
> there all the time, and have the app open it and use fcntl to get an
> exclusive kernel lock on the file descriptor.

doesn't work on all file systems, though...

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to