On Sun, Mar 29, 2009 at 1:05 PM, Mike Orr <sluggos...@gmail.com> wrote:

>
> On Sat, Mar 28, 2009 at 4:42 PM, jose <jj.gal...@gmail.com> wrote:
> > So this brings me to the heart of what I've learned, if you are going
> > to deploy a long running app how do you do it?
>
> I put all my Pylons and Quixote apps under Supervisord, with Apache
> mod_proxy.  I want to try nginx when I have a chance.
>
> Some people prefer mod_wsgi because it runs everything under Apache
> processes, but I like being able to "supervisor stop" and "supervisor
> start" individual applications for maintenance and debugging, plus
> seeing them under their own names in the ps listing.


This recently came up at work, at one other gotcha is that you have to write
your own init script.  Is there a recipe on the Pylons wiki for this?


>
>
> --
> Mike Orr <sluggos...@gmail.com>
>
> >
>


-- 
Cheers,

Noah

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to