Re: [Mono-dev] [PATCH] XSP: Unhandled exceptions on FastCGI Backend

2009-11-19 Thread Marek Habersack
Tiaan wrote: > This patch prevents abandoned FastCGI connections from staying open > indefinitely due to unhandled exceptions by adding last-resort > error-handling (including logging) when connections are being accepted > and processed. It also implements a more graceful shutdown of the > Fast

[Mono-dev] [PATCH] XSP: Unhandled exceptions on FastCGI Backend

2009-11-19 Thread Tiaan
This patch prevents abandoned FastCGI connections from staying open indefinitely due to unhandled exceptions by adding last-resort error-handling (including logging) when connections are being accepted and processed. It also implements a more graceful shutdown of the FastCGI Backend by handling two