분류없음 2017/12/30 09:46
Concurrency in golang and a mini Load-balancer
INTRO
Concurrency is a domain I have wanted to explore for a long time because the locks and the race conditions have always intimidated me. I recall somebody suggesting concurrency patterns in golang because they said "you share the data and not the variables".
Amused by that, I searched for "concurrency in golang" and bumped into this awesome slide by Rob Pike: https://talks.golang.org/2012/waza.slide#1 which does a great job of explaining channels, concurrency patterns and a mini-architecture of load-balancer (also explains the above one-liner).
https://gist.github.com/rushilgupta/228dfdf379121cb9426d5e90d34c5b96
이 글에는 트랙백을 보낼 수 없습니다
0