Re: [web2py] Re: uWSGI 0.9.9

2011-09-14 Thread Roberto De Ioris
Il giorno 14/set/2011, alle ore 17:08, elffikk ha scritto: > seems fixed in 0.9.9.2 > thank you > > and some questions: > is it possible to run uwsgi with jython ? i really do not know, no plan currently to push the jvm/jni plugin > when do you think it will be possible to run uwsgi with pypy

[web2py] Re: uWSGI 0.9.9

2011-09-14 Thread elffikk
seems fixed in 0.9.9.2 thank you and some questions: is it possible to run uwsgi with jython ? when do you think it will be possible to run uwsgi with pypy ? thank you again for your awesome project

Re: [web2py] Re: uWSGI 0.9.9

2011-09-11 Thread Roberto De Ioris
> the one that works with 0.9.8.5 > > uwsgi --protocol http --socket 127.0.0.1: --pythonpath > /home/myusername/web2py --module wsgihandler -d > /home/myusername/tmp/uwsgi.log -t 20 --async 24 --ugreen --limit-as 64 -r > --no-orphans -M -p 1 --touch-reload /home/myusername/tmp/uwsgireload.txt

Re: [web2py] Re: uWSGI 0.9.9

2011-09-10 Thread Vasile Ermicioi
the one that works with 0.9.8.5 uwsgi --protocol http --socket 127.0.0.1: --pythonpath /home/myusername/web2py --module wsgihandler -d /home/myusername/tmp/uwsgi.log -t 20 --async 24 --ugreen --limit-as 64 -r --no-orphans -M -p 1 --touch-reload /home/myusername/tmp/uwsgireload.txt --reload-on-

Re: [web2py] Re: uWSGI 0.9.9

2011-09-10 Thread Roberto De Ioris
> hi Roberto, > This version seems to be backward incompatible: > > --protocol http --socket 127.0.0.1: doesn't seems to work for me > > and using uwsgi --http 127.0.0.1: with --touch-reload makes uwsgi > to exit completely (no uwsgi processes after touching the file ) > Hi, can you post

[web2py] Re: uWSGI 0.9.9

2011-09-10 Thread elffikk
hi Roberto, This version seems to be backward incompatible: --protocol http --socket 127.0.0.1: doesn't seems to work for me and using uwsgi --http 127.0.0.1: with --touch-reload makes uwsgi to exit completely (no uwsgi processes after touching the file )