Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 415 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 415 Bytes

go-parallel-requests

Example for presentation. This is an example for a presentation to show use cases of goroutines and how its misuse can cause problems.

The presentation had two parts, the first to introduce the concept of goroutines and how they work. The second part explained a client/server golang implementation where the misuse of goroutines may cause an overload by making several requests in parallel.