Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> What do you mean? These seem synonymous to me.

What I meant was similar to this talk: https://blog.golang.org/concurrency-is-not-parallelism where there is also a load balancer example around 20:20 and using go channels (the primitive I’m pertaining to)



Channels aren't a way to avoid mutexes/locking, they are just meant to be simpler to write & reason about. Channels are implemented using mutexes under the hood.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: