AIO
Java · 2 notes
- Java Asynchronous I/Ohistorical
Java asynchronous channel APIs, completion handlers/futures, and the distinction between API-level asynchrony and OS implementation details.
- Asynchronous Java Serverhistorical
A completion-driven server design using asynchronous accept/read/write operations and explicit connection state.