top | item 4520412

(no title)

luv2code | 13 years ago

I'm pretty sure i/o bound go routines will use the very same kernel eventing mechanism. I looked into this recently, and you have to explicitly tell it to use more than one thread with http://golang.org/pkg/runtime/#GOMAXPROCS

discuss

order

j2labs|13 years ago

Exactly.