In my experience so far, there's nothing that prevents you from
efficiently using the worker MPM with the latest
Apache/Mod_python/Django versions.

You have to be more careful when it comes to configuration,
optimization, concurrency-load-memory when running under worker MPM,
but so far I haven't hit a problem.

When it comes to multiple installations, I've no practical knowledge
on the question, but it seems to me, from the posts and links above,
that it is mostly a configuration issue, rather than the worker MPM
specifics.

I personally find it Very bad to bind Django users to 1 apache worker
model, considering how the Apache modules progress and the performance
you can get out of using clever configurations.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to