I am assuming that in all your tests you did not use web2py. I am assuming you just tested some "hello word" wsgi application. You can find gluon/sneaky.py in the web2py source and there is a wsgi hello world example in there.
Massimo On Mar 20, 4:07 pm, Kuba Kucharski <kuba.kuchar...@gmail.com> wrote: > ALL POWER I CAN GET FROM quad core Xeon @ 2.33GHz > > ONLY SOME STABLE RECORDS HERE: > > Request rate: 929.0 req/s (1.1 ms/req) QUAD CHERRYPY > Request rate: 877.6 req/s (1.1 ms/req) QUAD ROCKET > > Request rate: 1478.0 req/s (0.7 ms/req) CHERRYPY SOLO > Request rate: 1544.2 req/s (0.6 ms/req) ROCKET SOLO > > QUAD SLOWER? Yes. But when I enforce rate up as much as it can perform > on my machine: > > Request rate: 3096.9 req/s (0.3 ms/req) QUAD CHERRYPY (--rate=310) > Request rate: 2566.4 req/s (0.4 ms/req) QUAD ROCKET (--rate=260) > > This is probably the limit of my hardware. > Rather unrealistic scenario. So, conclusions: > > - we should not use "ab" > - use only one instance > - rocket is ok > > Massimo, how to switch to Sneaky? > > -- > Kuba -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.