[web2py] heroku, web2py and gunicorn

2011-07-22 Thread Massimo Di Pierro
Hello everybody, heroku will be supporting web2py. They run gunicorn. web2py runs with gunicorn but I have never tried it. Any volunteer to run some stress tests? cd web2py python anyserver -s gunicorn Massimo

Re: [web2py] heroku, web2py and gunicorn

2011-07-22 Thread Furqan Rauf
I could do it but I am a newbie, no nothing about the deployment or stress testing On Fri, Jul 22, 2011 at 10:06 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Hello everybody, > > heroku will be supporting web2py. They run gunicorn. web2py runs with > gunicorn but I have never trie

Re: [web2py] heroku, web2py and gunicorn

2012-04-13 Thread Rahul
Hi Massimo, I am trying to explore gunicorn. Below is the command I use to activate my site. I am not sure if the parameter -s gunicorn does anything. How do I confirm this? I have gunicorn, eventlet and greenlet installed via virtualenv. I am trying to streamline my deployment and eve

Re: [web2py] heroku, web2py and gunicorn

2012-04-13 Thread Massimo Di Pierro
No. If you want to use gunicorn you must start web2py with anyserver -s gunicorn anyserver comes with web2py. On Friday, 13 April 2012 04:27:14 UTC-5, Rahul wrote: > > Hi Massimo, > I am trying to explore gunicorn. Below is the command I use to > activate my site. I am not sure if the

Re: [web2py] heroku, web2py and gunicorn

2012-04-15 Thread Rahul
It gives me an error - *-bash-3.2$ python anyserver.py -s gunicorn -i 72.3.247.225 -p 9065* starting gunicorn on 72.3.247.225:9065... Traceback (most recent call last): File "anyserver.py", line 299, in main() File "anyserver.py", line 295, in main run(options.server,options.ip,optio

Re: [web2py] heroku, web2py and gunicorn

2012-04-16 Thread Massimo Di Pierro
oops there is a typo in anyserver replace gnuicorn with unicorn in the source. I just fixed it in trunk. On Monday, 16 April 2012 01:39:26 UTC-5, Rahul wrote: > > It gives me an error - > *-bash-3.2$ python anyserver.py -s gunicorn -i 72.3.247.225 -p 9065* > starting gunicorn on 72.3.247.225:906