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