CGIs and file exclusion

Diez B. Roggisch deetsNOSPAM at web.de
Thu Nov 4 18:08:57 EST 2004


I'd suggest using ZODB instead of directly pickling - then every cgi can
open the database with its own connection. ZODB will manage concurrency
issues.
-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list