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 terry.reedy
Recipients bquinlan, diogocp, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2016-05-06.19:11:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462561880.5.0.0226952369883.issue26903@psf.upfronthosting.co.za>
In-reply-to
Content
The example runs fine, in about 1 second, on my 6 core (which I guess is 12 logical cores) Pentium.  I am guessing that the default number of workers needs to be changed, at least on Windows, to min(#logical_cores, 60)
History
Date User Action Args
2016-05-06 19:11:20terry.reedysetrecipients: + terry.reedy, paul.moore, bquinlan, tim.golden, zach.ware, steve.dower, diogocp
2016-05-06 19:11:20terry.reedysetmessageid: <1462561880.5.0.0226952369883.issue26903@psf.upfronthosting.co.za>
2016-05-06 19:11:20terry.reedylinkissue26903 messages
2016-05-06 19:11:20terry.reedycreate