Re: apache prefork or worker? other settings

2008-03-03 Thread Graham Dumpleton
On Mar 4, 11:44 am, Corey Oordt <[EMAIL PROTECTED]> wrote: > Aljosa, > > The docs are really good. > (http://www.djangoproject.com/documentation/modpython/ > ) I can attest that you should definitely use prefork instead of > worker. I was getting random crashes on our server until I realized >

Re: apache prefork or worker? other settings

2008-03-03 Thread Corey Oordt
Aljosa, The docs are really good. ( http://www.djangoproject.com/documentation/modpython/ ) I can attest that you should definitely use prefork instead of worker. I was getting random crashes on our server until I realized that one of my admins installed worker. Switching to prefork