This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients Epic_Wink, Vojtěch Boček, asvetlov, methane, yselivanov
Date 2019-04-12.08:28:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555057692.14.0.758439285244.issue35279@roundup.psfhosted.org>
In-reply-to
Content
node.js default threadpool size is 4 regardless number of cores.
https://nodejs.org/api/cli.html#cli_uv_threadpool_size_size

Since we has GIL, I think fixed-size pool is better idea.
History
Date User Action Args
2019-04-12 08:28:12methanesetrecipients: + methane, asvetlov, yselivanov, Vojtěch Boček, Epic_Wink
2019-04-12 08:28:12methanesetmessageid: <1555057692.14.0.758439285244.issue35279@roundup.psfhosted.org>
2019-04-12 08:28:12methanelinkissue35279 messages
2019-04-12 08:28:12methanecreate