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=42753>.
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=42753





------- Additional Comments From [EMAIL PROTECTED]  2007-06-28 12:56 -------
(In reply to comment #11)
> Once the socket goes back to the poller, and the poller dispatches it again,
> then that can be on a different thread, as tomcat uses a thread pool, so there
> is no guarantee what thread the poller dispatches too

Yes I understand that, but for the specific Request object instance I get only 1
comet event, in thread http-8080-exec-4 and the check of Request.getAvailable()
to see if I read everything happens in http-8080-exec-5 (with no other comet
events in between - I ONLY get the BEGIN event for this Request instance). Is
this not strange? Should the check not be performed in the same thread before
the socket goes back to the poller?

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to