Remy Maucherat wrote:
Filip Hanik - Dev Lists wrote:
Ok, I have a non SSL enabled Java NIO connector created and checked
in. It works in the exact way as APR, meaning it blocks on read and
write,
So its no true NIO, but close enough to handle comet style traffic,
and to increase the connection count without increasing thread count.
I really see no usefulness in such a connector (even if it did work).
The one and only benefit is that you get to use the JVM native vendor
network proprietary code rather than the ASF open source code. Really
cool :)
you gotta look at the glass as half full, not half empty :), it also
doesn't crash the VM when the client aborts the connection on a comet
request ;)
Rémy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Filip Hanik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]