Re: Figuring out prefork v. worker

2008-10-17 Thread Doug Van Horn
On Oct 16, 5:31 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Oct 17, 7:14 am, Doug Van Horn <[EMAIL PROTECTED]> wrote: > What is the mod_wsgi configuration you are using and how many > processes/threads are you using for Apache child processes and > mod_wsgi daemon processes? For what

Re: Figuring out prefork v. worker

2008-10-17 Thread john
On Oct 16, 2008, at 4:14 PM, Doug Van Horn wrote: > I was just wondering if anyone else had been through this cycle? My > testing showed I didn't have any issues with mod_wsgi/prefork leaking > info across apps, but maybe someone else has? > > I'm pretty much thinking I shouldn't have bothered w

Re: Figuring out prefork v. worker

2008-10-16 Thread Graham Dumpleton
On Oct 17, 7:14 am, Doug Van Horn <[EMAIL PROTECTED]> wrote: > I run several applications on a Slicehost VPS and I recently switched > them to run the worker MPM andmod_wsgi. > > After switching, I ran into an issue with the worker MPM leaking > timezone information across django applications (act

Figuring out prefork v. worker

2008-10-16 Thread Doug Van Horn
I run several applications on a Slicehost VPS and I recently switched them to run the worker MPM and mod_wsgi. After switching, I ran into an issue with the worker MPM leaking timezone information across django applications (actually the timezone leaks under both mod_python and mod_wsgi/embedded