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 pitrou
Recipients M J Harvey, Matthew Rocklin, davin, njs, pitrou
Date 2018-03-07.12:24:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520425497.04.0.467229070634.issue32986@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think we want to hardcode special cases for each resource-limiting framework out there: some people care about Docker, others about cgroups, CPU affinity settings, etc.  NCPUS has the nice property that each of those frameworks can set it, and users or sysadmins can also override it easily.  It's also trivially queried from Python.
History
Date User Action Args
2018-03-07 12:24:57pitrousetrecipients: + pitrou, njs, davin, Matthew Rocklin, M J Harvey
2018-03-07 12:24:57pitrousetmessageid: <1520425497.04.0.467229070634.issue32986@psf.upfronthosting.co.za>
2018-03-07 12:24:57pitroulinkissue32986 messages
2018-03-07 12:24:56pitroucreate