Jetty 7 NIO issue?
Posted
by Continuation
on Stack Overflow
See other posts from Stack Overflow
or by Continuation
Published on 2010-04-18T10:44:37Z
Indexed on
2010/04/18
10:53 UTC
Read the original article
Hit count: 468
I saw this test showing Jetty 7's performance drops drastically when switched from blocking IO to NIO (95% drop):
http://wiki.apache.org/HttpComponents/HttpCoreBenchmark
Is this a known issue? Have you experienced it first hand? Should I be avoiding NIO on Jetty?
© Stack Overflow or respective owner