On Fri, 2007-04-27 at 07:36 -0600, Orr, Steve wrote:

> What are the advantages/disadvantages pros/cons to doing a proxy instead of 
> just using mod_python? 

Typically, proxying is:

1. easier to setup than mod_python
2. easier to upgrade Python (no mod_python/python version issues)
3. doesn't require restarting Apache as often 
4. just as fast
5. frees you from having to use Apache at all (other proxy solutions are
available that are usually faster and lighter than Apache)

Regards,
Cliff


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to