On 4/4/07, Sebastiaan van Erk <[EMAIL PROTECTED]> wrote:
2) I keep getting READ events after reading all data from the stream
(EOF reached). Now I don't want to close the event because I still want
to write stuff, but I can't just return from the read event because I'll
get another, causing a busy waiting loop. The bytes that need to be
written arrive sporadically. How do I stop tomcat from causing READ
events after the EOF while keeping the event open until the output is
done as well.

I think this is not going to be supported because there's no way for
the container to ever close and cleanup the connection then. HTTP
hacks have their limits ;)

Rémy

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to