Project Loom Articles
Practical articles and deep dives focused on Project Loom.
Project Loom
Java Concurrency with Project Loom: Part 2 - Building Web Services with Virtual Threads
Jagdish Salgotra
Oct 2, 2025
35 min read
Learn to build ultra-scalable web services using Java's virtual threads. This guide covers implementing high-performance HTTP servers that handle massive concurrent connections by efficiently managing blocking I/O operations.
virtual-threads
web-services
Read Article
Project Loom
Java Virtual Threads: Why They Matter for I/O Scalability
Jagdish Salgotra
Sep 28, 2025
15 min read
Discover Java's virtual threads revolution with Project Loom. Learn why Java's threading model is changing forever, performance benefits, migration strategies, and real-world implementation examples. Complete guide to lightweight concurrency in Java 21+.
virtual-threads
project-loom
Read Article