Learning Golang by building an HTTP load balancer
Hi Martin, really a great article kudos to your work keep doing it.
I have a quick question about having a mutex for synchronization in the load balancer, which can potentially create a bottleneck. Why can we have that on the application code?
Hi Martin, really a great article kudos to your work keep doing it.
I have a quick question about having a mutex for synchronization in the load balancer, which can potentially create a bottleneck. Why can we have that on the application code?