----- 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

Reply via email to