Re: Tomcat 6.0.32, Http11NioProtocol and log poll

2011-03-29 Thread Filip Hanik - Dev Lists
ream? yes, explicitly call event.close Filip Thanks, Adam "Caldarale, Charles R" 21/03/2011 15:47 Please respond to "Tomcat Users List" To Tomcat Users List cc Subject RE: Tomcat 6.0.32, Http11NioProtocol and log poll From: ar...@bca-group.com [mailto:ar...@bca-gro

RE: Tomcat 6.0.32, Http11NioProtocol and log poll

2011-03-21 Thread AReid
; 21/03/2011 15:47 Please respond to "Tomcat Users List" To Tomcat Users List cc Subject RE: Tomcat 6.0.32, Http11NioProtocol and log poll > From: ar...@bca-group.com [mailto:ar...@bca-group.com] > Subject: Tomcat 6.0.32, Http11NioProtocol and log poll > Occasionall

RE: Tomcat 6.0.32, Http11NioProtocol and log poll

2011-03-21 Thread Caldarale, Charles R
> From: ar...@bca-group.com [mailto:ar...@bca-group.com] > Subject: Tomcat 6.0.32, Http11NioProtocol and log poll > Occasionally (like 0.1% of the time), when another web page > in a second frame reloads (Independent JSP generated from > SpringController in same container) the

Tomcat 6.0.32, Http11NioProtocol and log poll

2011-03-21 Thread AReid
Hi, I am using Tomcat 6.0.32 with the Http11NioProtocol connector to implement long polling. My comet processor is holding the HttpSevletResponse (After receiving a CometEvent.BEGIN) on a queue until an event is ready to send back. When it sends back the event, it is writing a binary stream to