Tim Roberts wrote:
> How are people actually deploying CherryPy apps
> in the real-world? I'd love to hear the thought
> processes and experiences that led to workable
> solutions.
I do intranet apps that get a few thousand hits an hour.
Right now,
that's done with Apache2 for Windows via mod_python, for the
sole reason
that it supports integration with Active Directory for auth.
I should
add that mod_python (at least on Windows with its threaded
MPM) allows
me to manage CP in the same process as Apache, which I
consider a nice
thing to have.
It used to be true that I also used Apache for SSL, but I
added SSL
support to CP 3 for no reason other than to knock another
pillar out
from underneath my dependence on Apache. If I can get an
SSPI auth
solution plugged into CP, I'll probably drop Apache
completely.
Robert Brewer
System Architect
Amor Ministries
fumanchu amor.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://groups-beta.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|