On 26/05/2006, at 7:15 AM, Jeremy Dunck wrote:


Note that if you are stuck on Windows, Apache + mod_python + MySQL +

Django works very well.


Doesn't pre-forking apache on windows scale badly due to window's high

process startup cost?  I guess it'd depend how often you recycle your

httpd processes...


Apache2 hasn't pre-forked on windows for years, it uses threads inside a single process,
and is about as fast (or faster.. it was close) as the version running on linux last time I checked.

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

Reply via email to