Re: [go-nuts] net/http and the GC

2019-07-08 Thread Burak Serdar
On Mon, Jul 8, 2019 at 9:30 AM B Carr wrote: > > Gophers - > > Trying to learn Go (I'm a hobbyist) and have a fundamental net/http question. > I have a web server running with a web page set to refresh every 2 seconds. I > have 3 different browsers making webserver GET requests. Each browser's

[go-nuts] net/http and the GC

2019-07-08 Thread B Carr
Gophers - Trying to learn Go (I'm a hobbyist) and have a fundamental net/http question. I have a web server running with a web page set to refresh every 2 seconds. I have 3 different browsers making webserver GET requests. Each browser's refresh is spinning up a new goroutine on the server, rig