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 :)

Rémy

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

Reply via email to