https://issues.apache.org/bugzilla/show_bug.cgi?id=49595

--- Comment #4 from Anil Saraswathy <ani...@gmail.com> 2010-07-16 02:35:34 EDT 
---
This crash is observed in the following scenario:
Two user requests arrive at the server simultaneously. One is busy reading
application data and returning the same to the browser. The second encounters a
"busy" application state (due to first) and hence without returning any data,
simply closes the output stream and returns. In our application log, I see that
the second thread completes the transaction successfully (START, END with
code=busy) whereas the first thread (one which is actively returning data)
shows only START, which means the crash occurred while the first thread was
returning data.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to