DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31328>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31328 DeltaRequest unable to handle two concurrent requests per session ------- Additional Comments From [EMAIL PROTECTED] 2004-10-09 15:31 ------- I've just added an attachment of DeltaRequest.java I now use for my production tomcat 5.0.27. The synchronized-statements avoid Exceptions on the sending side (like the NoSuchElementException I described) and on the receiving side (like EOFException that Rainer described). But it is not yet thread safe to solve the other problem with the writeExternal() / reset() that should be atomic. So it's still work in progress, but feel free to comment. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
