28 messages in com.googlegroups.pylons-discussRE: Pylon with Apache
FromSent OnAttachments
durumdara12 Apr 2007 07:55 
durumdara13 Apr 2007 00:02 
Max Ischenko13 Apr 2007 22:03 
Jose Galvez13 Apr 2007 23:07 
durumdara17 Apr 2007 05:54 
Sean Davis17 Apr 2007 17:48 
Shannon -jj Behrens17 Apr 2007 17:57 
durumdara18 Apr 2007 00:43 
Sean Davis18 Apr 2007 03:59 
durumdara19 Apr 2007 01:17 
durumdara19 Apr 2007 01:24 
Sean Davis19 Apr 2007 07:39 
Erik Jones19 Apr 2007 07:46 
Dan Korostelev19 Apr 2007 10:57 
Shannon -jj Behrens19 Apr 2007 13:10 
Stephen F. Steiner19 Apr 2007 13:14 
Erik Jones19 Apr 2007 17:47 
Dan Korostelev20 Apr 2007 01:30 
Erik Jones20 Apr 2007 07:48 
Orr, Steve27 Apr 2007 06:35 
Cliff Wells27 Apr 2007 13:40 
Shannon -jj Behrens27 Apr 2007 16:32 
Cliff Wells27 Apr 2007 17:16 
Graham Dumpleton28 Apr 2007 18:42 
Cliff Wells28 Apr 2007 21:54 
Wichert Akkerman29 Apr 2007 02:20 
Cliff Wells29 Apr 2007 03:13 
Orr, Steve30 Apr 2007 06:41 
Subject:RE: Pylon with Apache
From:Cliff Wells (clif@public.gmane.org)
Date:04/27/2007 01:40:36 PM
List:com.googlegroups.pylons-discuss

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