On Mon, May 18, 2015 at 12:30 PM, Mark Thomas <ma...@apache.org> wrote:
> Thanks. That rules out some possibilities for application error.
>
> When you get two threads writing to the response, if would be useful to
> know which of the following those threads are:
> - the Tomcat thread that handled the original request
> - the application thread that wrote the response
> - the Tomcat thread that the application dispatched to once the async
>   processing completed

Here's what I've found:

PID
15302 initial request received, initial application processing and
request sent to a remote server asynchornously
15305 received response from remote server, more application processing
15305 HTTP response sent
15302 additional HTTP response sent, eventually fails with Broken Pipe

> Mark
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to