Worker
Everything on SkillVeris tagged Worker — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 2 libraries
Study Notes(5)
Multithreading in MFC
How MFC wraps Win32 threading into CWinThread, worker vs. UI threads, and the synchronization classes (CCriticalSection, CMutex, CEvent, CSemaphore) used to co…
Worker Services
Learn how to build long-running background processes in .NET using the Worker Service template, BackgroundService, and the generic host.
HDFS Architecture
How HDFS organizes a cluster around a master/worker design so it can store and stream massive files reliably across commodity hardware.
Nginx Architecture and Worker Processes
How Nginx's master-worker process model and event-driven design deliver high concurrency with a small memory footprint.
Worker Pools in Go
A worker pool spawns a fixed number of goroutines that consume jobs from a channel, an idiomatic pattern for bounded concurrent processing.