Sockets versus Channels

From ReddNet
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

External Links

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