On Jun 14, 9:30 am, "Dirk van Oosterbosch, IR labs" <[EMAIL PROTECTED]> wrote: > 3. The docs say I should have Apache+mod_python as preform MPM as > oposed to worker MPM. How do I find out which of those two I've got > running here? > [Thu Jun 14 00:36:33 2007] [notice] mod_python: Creating 8 session > mutexes based on 150 max processes and 0 max threads.
I would guess you are running 'prefork' with that number of processes. You can find out by running: httpd -l You will see either 'prefork.c' or 'worker.c' in the list depending on what is used. You can ignore what the documentation says about requiring prefork as worker is also okay to use provided you use a modern version of mod_python and not some ancient version from a few years ago. No one though seems to want to update the documentation. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---