Concurrent writes to the same file

Jason Friedman jsf80238 at gmail.com
Thu Jul 11 00:57:09 EDT 2013


Other than using a database, what are my options for allowing two processes
to edit the same file at the same time?  When I say same time, I can accept
delays.  I considered lock files, but I cannot conceive of how I avoid race
conditions.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130710/53c91bd9/attachment.html>


More information about the Python-list mailing list