Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
Currently, when a stream is closed, it's immediately removed from the streams map. However, these streams, per the RFC, should be maintained for a period of time past their closure.
Currently, when a stream is closed, it's immediately removed from the streams map. However, these streams, per the RFC, should be maintained for a period of time past their closure.