.NET Synchronisation APIs - Part 2 - Out-of-Process Synchronisation
Explores .NET APIs for out-of-process synchronization using Mutex, Semaphore, EventWaitHandle, and shared files.
Explores .NET APIs for out-of-process synchronization using Mutex, Semaphore, EventWaitHandle, and shared files.
Explores naming conventions for mutexes in Go codebases and introduces structural search tools like ast-grep to analyze patterns.
Explores a subtle Go bug where recovering from a panic in an HTTP handler can leave a mutex locked, causing deadlocks.
A developer's notes on implementing a concurrent web crawler in Go, covering mutexes, wait groups, and avoiding duplicate URL fetching.
Explores the inconsistent behavior of AbandonedMutexException in .NET vs. Windows Phone 8, detailing mutex synchronization and platform-specific quirks.