Gregory Trubetskoy
grisha at verio.net
Mon Oct 16 10:13:13 EST 2000
Michael Strцder wrote: > > Some objects are not pickeable but worth to be kept in a session > cache. E.g. connection objects of a database access. And mod_python will do a great job of keeping your connection object. You will just have to have a connection object per child process (and you'll need to make sure that MaxClients is not greater than the number of allowed connections to your database server) Grisha
|