----- Oryginalna wiadomość ----- > Od: "Roberto De Ioris" <[email protected]> > Do: "uWSGI developers and users list" <[email protected]> > Wysłane: piątek, 4 maj 2012 9:14:07 > Temat: Re: [uWSGI] premature response > > I have just realized the timeout is coming from the http router. You > can increase it with --http-timeout <n> (where n is the amount of > seconds your subprocess will need to end) or you can disable the > router and let uWSGI workers directly speak HTTP with --http-socket > :8000 instead of --http :8000 >
Right. That explains it. I did not know the difference between --http and --http-socket and that --http-timeout has a default value 30s. http://projects.unbit.it/uwsgi/wiki/Doc - does not say anything about it :/ --http-socket solved my problem. THX -- Łukasz Wróblewski http://www.nri.pl/ - Nowoczesne Rozwiązania Internetowe http://www.hostowisko.pl/ - Profesjonalny i tani hosting http://www.katalog-polskich-firm.pl/ - Najlepszy darmowy katalog firm _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
