> Ah neat. Now we're getting into some awesome details. > > Are you using gevent for Brubeck? It supports Eventlet too, but Eventlet's > performance is significantly worse.
yes, gevent > > Would you mind trying the test again using the classless request handlers > with Brubeck? I have observed that using the classes, as you see here: > https://github.com/j2labs/brubeck/blob/master/demos/demo_minimal.py - > actually results in significantly worse performance that if you use a > simple function, like you see here: > https://github.com/j2labs/brubeck/blob/master/demos/demo_noclasses.py i will try tomorrow -- Roberto De Ioris http://unbit.it
