Virtual Thread Pinning: How a Silent JVM Bug Caps Your App's Throughput
Java's virtual threads, introduced via Project Loom, can silently revert to behaving like a bounded thread pool due to a phenomenon called 'pinning,' where a virtual thread cannot unmount from its…
Read the full articleYou might also wanna read
MultiThreaded Account-Keeping Application
A multi-threaded Java application that ensures thread-safe account transactions using distributed computing principles. Features Leveraged t
Challenges and Solutions for Clean Linux Thread Termination
Stopping a Linux thread is a surprisingly annoying affair. In this post I present common pitfalls and some solutions -- although no truly sa
Understanding Spinlocks vs. Mutexes: Performance Trade-offs in Concurrent Programming
You’re staring at perf top showing 60% CPU time in pthread_mutex_lock. Your latency is in the toilet. Someone suggests “just use a spinlock”
Multithreading Library: Rust-Inspired Concurrency Primitives for JavaScript Ecosystem
The missing standard library for multithreading in JavaScript (Works in the browser, Node.js, Deno, Bun) - W4G1/multithreading

Concurrency, Isolation, and MVCC: How Engines Handle Contention
> **Cross-posted.** This article's canonical home is [Iceberg Lakehouse](
Why Virtual Threads Are a Better Abstraction Than Async/Await for Concurrency
Musings about async await again and why I think virtual threads

Comments
Sign in to join the conversation.
No comments yet. Be the first.