commit | 42bc7fc8caf7c5e367cdfc7b8a2b952281ed89ae | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Thu Mar 17 13:42:40 2011 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Thu Mar 17 13:42:40 2011 -0700 |
tree | 4b0adaa770d87792c9b6c0f920f36c661f386acb | |
parent | c0f3b6c8a8f3902683abca4637dc1af83182936f [diff] |
net: Don't force epoll/kqueue to wake up in order to add new events. In conjunction with the non-blocking system call CL, this gives about an 8% performance improvement on a client/server test running on my local machine. R=rsc, iant2 CC=golang-dev https://golang.org/cl/4272057