Ray Suliteanu
Mar 16, 2021

--

Helpful post for a Go novice like me. Regarding worker pools though, that's not unique to Go ... any language that lets you fork off threads has this issue. In Java say, you'd want to use thread pools rather than creating new threads until you run out of resources.

--

--