Syncronizing CGI Scripts

Thomas Guettler zopestoller at thomas-guettler.de
Mon Aug 26 10:46:07 EDT 2002


Jon Ribbens wrote:

> 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).
> 

Is there a portable solution, too?

  thomas




More information about the Python-list mailing list