On 27 May 2005 06:21:21 -0700, Paul Rubin <"http://phr.cx"@nospam.invalid> wrote: >Peter Hansen <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list