write to the same file from multiple processes at the same time?

Jp Calderone exarkun at divmod.com
Fri May 27 09:31:48 EDT 2005


On 27 May 2005 06:21:21 -0700, Paul Rubin <"http://phr.cx"@nospam.invalid> wrote:
>Peter Hansen <peter at engcorp.com> writes:
>> The OP was probably on the right track when he suggested that things
>> like SQLite (conveniently wrapped with PySQLite) had already solved
>> this problem.
>
>But they haven't.  They depend on messy things like server processes
>constantly running, which goes against the idea of a cgi that only
>runs when someone calls it.

SQLite is an in-process dbm.

Jp



More information about the Python-list mailing list