By jrandol
via vanillajava.blogspot.com
Published: Jul 31 2010 / 17:01
Most benchmarks comparing Java IO Sockets and Java NIO SocketChannel, compare these libraries using different threading models. Typcially this is Java IO using dedicated thread(s) for each Socket compared with the a dispatcher model for Java NIO, with non-blocking SocketChannels sharing threads.
Add your comment
Voters For This Link (13)
-
jrandol -
webmascon -
alireza.haghighatkhah@gmail.com -
mswatcher -
amccurry -
ls106323 -
ksprague -
Srikanth.Shenoy -
sroachst -
sethuramalingam -
torkildr -
gubbes -
peter_lawrey


