Jacob,
> Is there a reason that using Apache/mod_python as the app
> server and nginx/perlbal as a distributor is somehow less
> effective than a pure-Python solution?
Apache/mod_python is heavy. A more nimble server would simplify
production deployment, especially in heterogeneous (multi-site)
environments. A nimble server could also be used for dev, further
simplifying things.
> My gut tells me that having Apache handle all the transport
> layer stuff in C is bound to be faster
Well, yeah. Mongrel is written in C though, so with a true Python
equivalent speed wouldn't be an issue.
chad
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---