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
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
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
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
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
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
6 matches
Mail list logo