> I used the --write-errors-tolerance 100,But very much in the error log: > Fri May 4 10:13:03 2012 - writev(): Broken pipe [proto/uwsgi.c line 122] > during GET /csjhpj.com (222.247.236.164)
If you want to completely "mute" write/writev error reporting add: --ignore-write-errors > > 2012/5/3 Łukasz Wróblewski <[email protected]> > >> ----- Oryginalna wiadomość ----- >> > Od: "Roberto De Ioris" <[email protected]> >> > Do: "uWSGI developers and users list" <[email protected]> >> > Wysłane: czwartek, 3 maj 2012 15:24:57 >> > Temat: Re: [uWSGI] uwsgi IOError >> > >> > This check is in start_response,WSGI write callback and whenever you >> > call yield/return. >> > >> > A --disable-write-exception would be a better choice, allowing the >> > user to select which error to raise. >> > >> > Currently (by default) we have 3 errors reported: >> > >> > SIGPIPE >> > write/writev() syscall error >> > the IOError exception >> > >> > The first 2 can be already disabled. The last one will be in a patch >> > soon. >> > >> > Curently you can increase the "tolerance" using (a hack) with: >> > >> >> >> THX >> >> Why not just leave the default one on and the other two user could >> optionally turn on. >> I suppose most do not need as much information about this event. >> >> >> -- >> Ł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 >> > > > > -- > 林刚 Lin Gang > Mobile: +86-13543218328 Mail/Gtalk: [email protected] > QQ:2903782 > ============== Internet Services Expert ============== > 梅州市天勤网络科技有限公司 Telking Network Technology Co., > Ltd. > 地址:广东省兴宁市城北兴合路31号(明珠商贸城后面) 邮政编码(ZIP): 514500 > Add:31 XingHe Road,Xingcheng Town, Xingning City, Guangdong,china > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
