diff options
| author | Yuval Pavel Zholkover <paulzhol@gmail.com> | 2019-01-07 02:06:38 +0200 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2019-01-09 05:04:26 +0000 |
| commit | 79c50c4d5728d785485fce8c75b9c2b2f93641ea (patch) | |
| tree | 91d34fcaffae6660c2176a4ca9a5cebe1d62938c /src/debug | |
| parent | 9473c044f1d492a6ba49ec695042dec4365d70ca (diff) | |
| download | go-79c50c4d5728d785485fce8c75b9c2b2f93641ea.tar.xz | |
os: disable the use of netpoll on regular files on *BSDs.
The kqueue based netpoller always registers file descriptors with EVFILT_READ and EVFILT_WRITE.
However only EVFILT_READ notification is supported for regular files.
On FreeBSD a regular file is always reported as ready for writing, resulting in a busy wait.
On Darwin, Dragonfly, NetBSD and OpenBSD, a regular file is reported as ready for both reading and writing only once.
Updates #19093
Change-Id: If284341f60c6c2332fb5499637d4cfa7a4e26b7b
Reviewed-on: https://go-review.googlesource.com/c/156379
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/debug')
0 files changed, 0 insertions, 0 deletions
