Object-based micro-locking for concurrent applications by using Guava
Explains how to use Guava's caches for fine-grained, object-based locking to improve concurrency in Java web applications.
Explains how to use Guava's caches for fine-grained, object-based locking to improve concurrency in Java web applications.
Explores the inconsistent behavior of AbandonedMutexException in .NET vs. Windows Phone 8, detailing mutex synchronization and platform-specific quirks.
A student reflects on completing a series of challenging Pintos operating system labs, implementing system calls and synchronization.
Explores using Windows Azure Service Bus Topics & Subscriptions to synchronize to-do lists across millions of devices in a scalable, offline-capable system.