I find using Paster and proxying through Apache is simply less frustrating than using mod_python. Furthermore, you can completely leave Apache out of the mix during development which means no setup to worry about.
Happy Hacking! -jj On 4/27/07, Cliff Wells <[EMAIL PROTECTED]> wrote: > 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 > > > > > -- http://jjinux.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
