Tag: #동시성
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 1 posts
The Complete Guide to Concurrency: The Order in Which You Shrink Shared State
The working order an application designer follows when facing concurrency. First check whether shared state can be removed at all, narrow its scope when it cannot, put atomicity boundaries and locks around what is left,
2026-08-15 · 24 min read #동시성#아키텍처#concurrency#locking#backpressure