aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-01-07 14:38:48 +0100
committerLukas Larsson <[email protected]>2019-01-18 14:59:04 +0100
commitadec898daf9223484f5900f7d247cbaff6f4a11b (patch)
tree62ec41d2dbec4c964ca5fbb3d10b99a74bd3aefe /erts/emulator/sys
parentbe39c49819ea2031f7d11647f34a3519198932e8 (diff)
downloadotp-adec898daf9223484f5900f7d247cbaff6f4a11b.tar.gz
otp-adec898daf9223484f5900f7d247cbaff6f4a11b.tar.bz2
otp-adec898daf9223484f5900f7d247cbaff6f4a11b.zip
erts: Use reduction based polling for starved poll-set
When the schedulers never go to sleep (and thus never polls) it may be that the fds in schedulers poll-sets are never polled. Before this commit, this was solved by starting a timer when an overload was detected. This had issues as overloads were not always detected in time. So this commit reverts to the pre OTP-21 behaviour so keep a global counter makes that the poll is called when it should.
Diffstat (limited to 'erts/emulator/sys')
0 files changed, 0 insertions, 0 deletions