[go-nuts] Golang Worker Pool

2019-06-15 Thread mayur . das4
Here I have redesigned the golang worker setup based on the use cases I have found after using it for syncing purpose for the last one year. Few new support added: - Recovery - Logger - Retries - Pool stats - Error Pool - Thread safe job addition - Profiler https://github.com/mayur-tolexo/sworker

Re: [go-nuts] where is the repository of proxy.golang.org?

2019-06-15 Thread fgergo
On Sat, Jun 15, 2019, 01:35 Abdullah Saleem wrote: > > Asking the real question I'm not sure what detail you are interested in. Geographically? Media? Can you give an example answer for the same question for any other non trivial url? Maybe you are interested in this: https://groups.google.com/

Re: [go-nuts] Re: Go will shine on huge web projects, but how about simple ones?

2019-06-15 Thread Amnon Baron Cohen
I would add that engineering is the art of tradeoffs. The language authors decided to route all network scheduling through netpoll, and launch a new goroutine for every incoming http request. These decisions carry a significant overhead. But they mean that users of the language can effortlessly