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 yselivanov
Recipients gvanrossum, pitrou, vstinner, yselivanov
Date 2014-01-15.23:16:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389827819.49.0.991291842812.issue20275@psf.upfronthosting.co.za>
In-reply-to
Content
> Regarding the microbench, please count and report how many times it actually calls select().

I'm on MacOS X, so it's KqueueSelector. It's 'select' method (and self._kqueue.control respectively) is called twice more times. So for 100K tasks, select gets called 200K. But that's just the way my benchmark is written.
History
Date User Action Args
2014-01-15 23:16:59yselivanovsetrecipients: + yselivanov, gvanrossum, pitrou, vstinner
2014-01-15 23:16:59yselivanovsetmessageid: <1389827819.49.0.991291842812.issue20275@psf.upfronthosting.co.za>
2014-01-15 23:16:59yselivanovlinkissue20275 messages
2014-01-15 23:16:59yselivanovcreate