Description[dart:io] Re-limit the number of IO Service ports per Isolate
Previous change removed the limit, but this causes too many
threads to be spawned at the same time on Windows, which
crashes the VM. This change restores the limit, but continues
use of the free-list approach, which still avoids the blocking
problem fixed by the previous change.
fixes #29702
R=rmacnak@google.com
Committed: https://github.com/dart-lang/sdk/commit/61300d19c60851fb306656d97e5bea42dcfe0aa8
Patch Set 1 #
Messages
Total messages: 10 (4 generated)
|