Tagged in

Golang

some-tech-tldrs
some-tech-tldrs
Brief summaries of some long, tech related articles. To get the essence in 1 minute.
More information
Followers
33
More, on Medium

TLDR Linux Namespaces And Go Don’t Mix — by weave.works

tl;dr If you call APIs that only affect a single OS thread, you’re gonna have a bad time when your goroutine runs on a different OS thread. — by…