https://issues.apache.org/bugzilla/show_bug.cgi?id=54571
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Mark Thomas <ma...@apache.org> --- This looks like an application problem. As the Comet docs state, the Response object is not thread safe. By using a separate thread to write to the response you have multiple threads (the original request processing thread and your processing thread) using the object at the same time. It is not surprising that strange behaviour is observed. -- 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