Message4500

Author amak
Recipients amak, billiejoex, irmen, kfitch42, zyasoft
Date 2009-04-11.11:15:31
SpamBayes Score 0.0044885683
Marked as misclassified No
Message-id <1239448533.07.0.758936500848.issue1291@psf.upfronthosting.co.za>
In-reply-to
Content
I've checked in an implementation of a cache for poll objects, so that
poll objects/Selectors are re-used as much as possible. It is currently
only used on MS Windows.

It seems stable enough. I ran 6 of the counting clients against it
yesterday for a few hours; they accumulated over 7,000,000 iterations
between them, with no problems at all.

So, please can everyone who has been having problems with this bug try
out the new code, which was checked in at r6208.

http://fisheye3.atlassian.com/browse/jython/trunk/jython/Lib/select.py
History
Date User Action Args
2009-04-11 11:15:33amaksetmessageid: <1239448533.07.0.758936500848.issue1291@psf.upfronthosting.co.za>
2009-04-11 11:15:33amaksetrecipients: + amak, irmen, billiejoex, zyasoft, kfitch42
2009-04-11 11:15:32amaklinkissue1291 messages
2009-04-11 11:15:32amakcreate