8 min read 0 Java Patterns Thundering Herd Problem: Preventing the Stampede varunu28 August 24, 2025 Couple of years back I wrote a post describing the thundering herd problem. Now that I look back, I had…
5 min read 0 Distributed Systems Theory Java Vector Clocks: So what time is it? varunu28 April 16, 2023 In last 2 posts, we have seen how time is a hard thing to calculate in a distributed systems and…
8 min read 0 Concurrency Java Testing for concurrency on JVM varunu28 November 1, 2022 Writing thread-safe code is in itself a major challenge and add to that the challenge of verifying if the code…