Sockets versus Channels

From ReddNet
Revision as of 01:09, 8 June 2006 by Sameer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page shall contain information and updates on comparison of network performance when using Sockets (java.net.Socket) and when using the new Channel introduced in Java 1.4 (java.nio.channels.SocketChannel).

  • Sun's page on the new I/O APIs, here.