Re: [go-nuts] Question regarding netpoller framework implementation

2016-06-29 Thread Ian Lance Taylor
On Wed, Jun 29, 2016 at 1:28 PM, Tathagata wrote: > > I'm measuring the context switch overhead for go routines and I have a > question regarding the netpoller mechanism. I read online that the netpoller > lives in its own thread, and responds to IO events. I thought this meant > that there's a se

[go-nuts] Question regarding netpoller framework implementation

2016-06-29 Thread Tathagata
Hello all, I'm measuring the context switch overhead for go routines and I have a question regarding the netpoller mechanism. I read online that the netpoller lives in its own thread, and responds to IO events. I thought this meant that there's a separate machine thread that keeps polling the