I can add for myself, that under nginx + uwsgi web2py is twice time
faster than Rocket (no offence :) ), look:


nginx:

httperf --hog --server web2py.server.tld (changed) --port 8443 --num-
conns=1000 --num-calls=1
[...]

Request rate: 1258.2 req/s (0.8 ms/req)
[...]

Rocket (standard web2py instalation):

httperf --hog --server web2py.server.tld (changed)  --port 8000 --num-
conns=1000 --num-calls=1
[...]
Request rate: 671.2 req/s (1.5 ms/req)
[...]

I'm using pld linux, but very usefull is file setup-web2py-nginx-uwsgi-
ubuntu.sh in scripts/ in
web2py_src.zip, the name of file is self-explanatory. :)


On 2 Cze, 11:42, cjrh <caleb.hatti...@gmail.com> wrote:
> On May 30, 10:50 pm, "Sebastian E. Ovide" <sebastian.ov...@gmail.com>
> wrote:
>
> > For this reason it is best to deploy web2py behind
> > Apache78<http://www.apache.org/>
> >  , Lighttpd85 <http://www.lighttpd.net/> or
> > Cherokee86<http://www.cherokee-project.com/download/>
>
> I just set up a site using nginx; so far, very impressed.  Perhaps I
> should add a short howto in the book?

Reply via email to