Re: What I've learned deploying pylons

2009-04-07 Thread Wyatt Baldwin
On Tue, Mar 31, 2009 at 9:44 AM, Wyatt Baldwin wyatt.lee.bald...@gmail.comwrote: On Mar 30, 11:08 pm, Wichert Akkerman wich...@wiggy.net wrote: Previously Wyatt Baldwin wrote: Questions: Which versions of supervisor and Python are ya'll using together? Should I go for supervisor

Re: What I've learned deploying pylons

2009-04-07 Thread Iain Duncan
Do you mean better mod_wsgi documentation as part of the Pylons documentation, or that mod_wsgi itself needs better/more documentation? I guess I mean better or more complete example is probably a better choice of words rather then documentation because as you already mentioned

Re: What I've learned deploying pylons

2009-04-06 Thread Jose Galvez
Well I sure hope it works with 2.6, I just started using it (upgraded to the development svs version as the production version is about a year old) and love it. So I guess I'll be giving it a try on 2.6 as soon as Jaunty (Ubuntu 9.04) comes out at the end of the month as 2.6 will finally be the

Re: What I've learned deploying pylons

2009-03-31 Thread Wichert Akkerman
Previously Wyatt Baldwin wrote: Questions: Which versions of supervisor and Python are ya'll using together? Should I go for supervisor 2.1 or 2.2b1 or 3.0a6 or ...? Everyone is running 3.0a6 as far as I know. Wichert. -- Wichert Akkerman wich...@wiggy.netIt is simple to make things.

Re: What I've learned deploying pylons

2009-03-31 Thread Wyatt Baldwin
On Mar 30, 11:08 pm, Wichert Akkerman wich...@wiggy.net wrote: Previously Wyatt Baldwin wrote: Questions: Which versions of supervisor and Python are ya'll using together? Should I go for supervisor 2.1 or 2.2b1 or 3.0a6 or ...? Everyone is running 3.0a6 as far as I know. Anybody using it

Re: What I've learned deploying pylons

2009-03-30 Thread Arun Tomar
hi! well quite a discussion. just to add share my experience of developing on pylons deploying it. My requirement was to host multiple pylons application, on a single server. so running each app on paster daemon proxy to it via either apache or nginx was not a very optimal solution for me.

Re: What I've learned deploying pylons

2009-03-30 Thread Jared Rhine
On 03/29/2009 01:17 PM, Jose Galvez wrote: Max also mentions upstartn, whats the advantage to that over using the system V script? Two advantages are obvious: automatic restart and a dramatically shorter amount of config needed to get running. While supervisord, monit, etc seems to be more

Re: What I've learned deploying pylons

2009-03-30 Thread Graham Dumpleton
On Mar 30, 10:56 pm, Arun Tomar tomar.a...@gmail.com wrote: hi! well quite a discussion. just to add share my experience of developing on pylons deploying it. My requirement was to host multiple pylons application, on a single server. so running each app on paster daemon proxy to it

Re: What I've learned deploying pylons

2009-03-30 Thread Wyatt Baldwin
On Mar 28, 11:50 pm, Wichert Akkerman wich...@wiggy.net wrote: Previously Noah Gift wrote: 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

Re: What I've learned deploying pylons

2009-03-29 Thread Noah Gift
On Sun, Mar 29, 2009 at 7:50 PM, Wichert Akkerman wich...@wiggy.net wrote: Previously Noah Gift wrote: 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

Re: What I've learned deploying pylons

2009-03-29 Thread Max Ischenko
Hi jj, On Sun, Mar 29, 2009 at 00:42, jose jj.gal...@gmail.com wrote: I can certainly sympathize here. ;) I have tried various deployment solutions as well for my work on developers.org.ua project. I used to use supervisord plus mod_proxy + paster serve (cherrypy wsgi). To start supervisord on

Re: What I've learned deploying pylons

2009-03-29 Thread Graham Dumpleton
On Mar 29, 7:52 pm, Max Ischenko ische...@gmail.com wrote: Hi jj, On Sun, Mar 29, 2009 at 00:42, jose jj.gal...@gmail.com wrote: I can certainly sympathize here. ;) I have tried various deployment solutions as well for my work on developers.org.ua project. I used to use supervisord plus

Re: What I've learned deploying pylons

2009-03-29 Thread Max Ischenko
On Sun, Mar 29, 2009 at 12:35, Graham Dumpleton graham.dumple...@gmail.comwrote: Don't know if that was related to zombie issue you asked about on mod_wsgi list back in November or not. You were asked to supply some more specific information but you never responded. Bit hard to solve what

Re: What I've learned deploying pylons

2009-03-29 Thread Noah Gift
On Sun, Mar 29, 2009 at 10:35 PM, Graham Dumpleton graham.dumple...@gmail.com wrote: On Mar 29, 7:52 pm, Max Ischenko ische...@gmail.com wrote: Hi jj, On Sun, Mar 29, 2009 at 00:42, jose jj.gal...@gmail.com wrote: I can certainly sympathize here. ;) I have tried various

Re: What I've learned deploying pylons

2009-03-29 Thread Mike Orr
On 3/28/09, Jose Galvez jj.gal...@gmail.com wrote: Here is my supervisord init script. not sure if its the best but its working This script looks like it's for Red Hat; here's one for Ubuntu. Start works and stop works, but restart doesn't for some reason, so I have to start it again after

Re: What I've learned deploying pylons

2009-03-29 Thread Jose Galvez
That would be great I would love to the configs Jose Max Ischenko wrote: Hi jj, On Sun, Mar 29, 2009 at 00:42, jose jj.gal...@gmail.com mailto:jj.gal...@gmail.com wrote: I can certainly sympathize here. ;) I have tried various deployment solutions as well for my work on

Re: What I've learned deploying pylons

2009-03-29 Thread Jose Galvez
so is upstartn going to replace System V eventually? Max Ischenko wrote: On Sun, Mar 29, 2009 at 16:55, Mike Orr sluggos...@gmail.com mailto:sluggos...@gmail.com wrote: On 3/28/09, Jose Galvez jj.gal...@gmail.com mailto:jj.gal...@gmail.com wrote: Here is my supervisord

Re: What I've learned deploying pylons

2009-03-29 Thread Jose Galvez
. As mentioned in one of the posts mod_wsgi could use some better documentation and this might be a good way to do that. Max also mentions upstartn, whats the advantage to that over using the system V script? Jose jose wrote: HI all, Just thought I would share what I've learned deploying

Re: What I've learned deploying pylons

2009-03-29 Thread Graham Dumpleton
/modwsgi/wiki/DebuggingTechniques#Browser_Based_Debugger Graham Max also mentions upstartn, whats the advantage to that over using the system V script? Jose jose wrote: HI all, Just thought I would share what I've learned deploying pylons on both windows and linux loxes.  First let me say

Re: What I've learned deploying pylons

2009-03-29 Thread Jose Galvez
also mentions upstartn, whats the advantage to that over using the system V script? Jose jose wrote: HI all, Just thought I would share what I've learned deploying pylons on both windows and linux loxes. First let me say right off the bat I absolutely love pylons I think hands down its

Re: What I've learned deploying pylons

2009-03-29 Thread Jonathan Vanasco
On Mar 29, 4:52 am, Max Ischenko ische...@gmail.com wrote: I run three identical paster servers which are proxied by nginx, using round-robin load balancing. nginx also serves all static content and works as a proxy to apache. Apache now has far fewer modules, mainly mod_php for our PHP

Re: What I've learned deploying pylons

2009-03-28 Thread Mike Orr
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

Re: What I've learned deploying pylons

2009-03-28 Thread Graham Dumpleton
On Mar 29, 11:05 am, 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

Re: What I've learned deploying pylons

2009-03-28 Thread Jose Galvez
Here is my supervisord init script. not sure if its the best but its working Noah Gift wrote: On Sun, Mar 29, 2009 at 1:05 PM, Mike Orr sluggos...@gmail.com mailto:sluggos...@gmail.com wrote: On Sat, Mar 28, 2009 at 4:42 PM, jose jj.gal...@gmail.com mailto:jj.gal...@gmail.com

Re: What I've learned deploying pylons

2009-03-28 Thread Jose Galvez
thanks for the pointers for mod_wsgi. I will have to use it for a limited distribution project, but for general use I still like using paster with supervisord Graham Dumpleton wrote: On Mar 29, 8:42 am, jose jj.gal...@gmail.com wrote: HI all, Just thought I would share what I've learned