Generally, mpm worker is more preferable, but there is one more thing: in which mode will you use mod_wsgi ? Embedded or daemon-mode ? I'd suggest you to read mod_wsgi main page<http://code.google.com/p/modwsgi/> first.
On Wed, May 18, 2011 at 1:15 AM, ydjango <[email protected]> wrote: > I am using Python 2.5, django 1.1 with mod_wsgi 2.5 > > Does it matter if I use prefork or worker MPM for apache? > > Which one is recommended for production use? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > 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. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

