Monitoring Event Loops for Blockages
Chronicle Threads provides high performance event loop implementations and utility functions to help with threading and concurrency.
Every article on foojay.io, newest first: OpenJDK, the JVM, Java tooling and the ecosystem around them, written by the Java community.

Jerry Shea
3,269 viewsChronicle Threads provides high performance event loop implementations and utility functions to help with threading and concurrency.

Shai Almog
4,446 viewsJoin me for a livestream discussion on logging and how observability shouldn't just be the forte of DevOps. Logs are more than debug prints.

Let's talk to volunteers from different organizations where coding is used to inspire children to become engineers.

Geertjan Wielenga
2,015 views"Wouldn’t it be great to use a Java Virtual Machine (JVM) to be 30% more performant? That is a win for both Engineering and Finance."

Frits Hoogland
35,061 viewsWhen using Java JDBC with PostgreSQL, know the difference between simple and extended protocols, how to recognize protocol implementations, …

Marit van Dijk
14,323 viewsLet's look at analyzing dependencies in IntelliJ IDEA. Where does your application get a specific version of a library, show conflicts, etc.

Thanos Stratikopoulos
4,278 viewsCode Interoperability Mode enables TornadoVM to prototype kernels that run from multiple programming languages.
George Ball
6,325 viewsAn introduction to some approaches that can be taken when we want to have our applications utilise system resources most effectively.

A N M Bazlur Rahman
18,674 viewsLearn about Java Virtual Threads, how they simplify concurrent programming, how they overcome the limitations of traditional Java threads.

Christopher Schnick
9,922 viewsIf the user has already installed the programs to connect to remote systems, why not try to use them from Java instead of libraries?