Syncronizing CGI Scripts

Jon Ribbens jon+usenet at unequivocal.co.uk
Mon Aug 26 07:14:02 EDT 2002


In article <pan.2002.08.26.08.44.31.203979.727 at thomas-guettler.de>, Thomas Guettler wrote:
> How can I syncronize CGI scripts?
> 
> A data-file containing pickled data should be updated

If you are on Unix, you can use fcntl.lockf(f.fileno(), fcntl.LOCK_EX).



More information about the Python-list mailing list