Lee Brown
administrator at leebrown.org
Sun Jan 15 18:01:30 EST 2006
Greetings! Ah! Thanks for the pointer. Somehow, I had it in my head that the winnt MPM and the worker MPM were essentially equal. Now I see why it makes a difference as far as mod_python is concerned. Best Regards, Lee E. Brown (administrator at leebrown.org) -----Original Message----- From: mod_python-bounces at modpython.org [mailto:mod_python-bounces at modpython.org] On Behalf Of Graham Dumpleton Sent: Sunday, January 15, 2006 5:47 PM To: mod_python at modpython.org Subject: RE: [mod_python] session lost ...Thus, default on "winnt" which is thread and not forked, is "MemorySession". With "worker", unless fixed to only use one child process, it will be "DbmSession". The "prefork" MPM will also use "DbmSession" as default....
|