summaryrefslogtreecommitdiff
tag nameerl_1252 (189e6dca435470129f7bf7f0e3d15d716d927a54)
tag date2013-09-18 09:50:18 +0200
tagged byFredrik Gustafsson <fredrik@erlang.org>
tagged objectcommit 98412eabab...
downloaderlang-erl_1252.tar.gz
erts: Patch 1252
OTP-11164 +sfwi Interval Set scheduler forced wakeup interval. All run queues will be scanned each Interval milliseconds. While there are sleeping schedulers in the system, one scheduler will be woken for each non-empty run queue found. An Interval of zero disables this feature, which also is the default. This feature has been introduced as a temporary workaround for lengthy executing native code, and native code that do not bump reductions properly in OTP. When these bugs have be fixed the +sfwi flag will be removed.