MultiThreaded Account-Keeping Application
A multi-threaded Java application that ensures thread-safe account transactions using distributed computing principles. Features Leveraged threads and locks for synchronous transactions. Utilized OOP…
Read the full articleYou might also wanna read
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
The Case for Single-Threaded, Aggressively Sharded Databases
Last night, I caused something on X by saying that (most) transactional databases should be single-threaded and aggressively sharded: hot ta
Handling Concurrency in Amazon DynamoDB with Optimistic Locking - Detailed Guide
Multi-thread programming is essential to building high-performance applications, especially those expected to scale. This article will teach
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 '
Catalog of Atomic Operations in UNIX/POSIX Systems for Thread-Safe Programming
This is a catalog of things UNIX-like/POSIX-compliant operating systems can do atomically, making them useful as building blocks for thread-
How to handle concurrency with OAuth token refreshes
How to implement OAuth token refresh logic without race conditions or concurrency bugs

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