An introduction to using the advanced capabilities of member access since Java 9.
2024, Nov 08 — 14 minute(s) readA simple way to implement a lock which supports multiple readers.
2017, Oct 30 — 4 minute(s) readA simple pattern to safely downgrade a write lock to a read lock safely.
2010, Feb 23 — 1 minute(s) readA historical (i.e. outdated) perspective on properly dealing with closed resources.
2008, Jul 28 — 6 minute(s) readSome fundamental conflicts relating to asynchronous I/O compared to traditional sockets.
2008, May 22 — 2 minute(s) read