Syncronizing CGI Scripts

Gerhard Häring gerhard.haering at opus-gmbh.net
Mon Aug 26 10:50:17 EDT 2002


In article <3D6A3F2F.4050305 at thomas-guettler.de>, Thomas Guettler wrote:
> Jon Ribbens wrote:
>> 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).
> 
> Is there a portable solution, too?

Sheila King once did a fcntl for win32, IIRC. You could search Google.



More information about the Python-list mailing list