Il giorno 12/gen/2011, alle ore 08.34, [email protected] ha scritto: > Hello Roberto, > > I'am sorry, but could you clarify what timeout do you mean? It's my cmd for > uwsgi > > uwsgi --socket 127.0.0.1:11111 -L --processes 1 --async 200 -l 2048 -C > --master --module worker -H /srv/virtualenvs/test/ > > and here is testing application > > import uwsgi > > def application(env, start_response): > start_response('200 OK', [('Content-Type', 'text/html')]) > yield 'TEST2'
ah, so your benchmarks are for this hello world app (i think you were using a real-world app) Now i got it. I will send to the list a 0.9.6.7-rc1 link tomorrow that will include all the async patches and a couple of new options for tuning (the first one will remove the fd timeout check that is O(n) and the second one will tune the event queue of epoll) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
