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'


_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to