https://issues.apache.org/bugzilla/show_bug.cgi?id=54571
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Mark Thomas <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
