Paper: Architecture of a Highly Scalable NIO-Based Server
Sunday, October 7, 2007 at 4:53PM
Todd Hoff in Java server socket nio Scalable nonblocking, Paper
The article describes the basic architecture of a connection-oriented NIO-based java server. It takes a look at a preferred threading model, Java Non-blocking I/O and discusses the basic components of such a server.
Article originally appeared on (http://highscalability.com/).
See website for complete article licensing information.