Message4474

Author amak
Recipients amak, kfitch42
Date 2009-04-07.20:37:18
SpamBayes Score 2.9030496e-05
Marked as misclassified No
Message-id <1239136639.57.0.417222679534.issue1304@psf.upfronthosting.co.za>
In-reply-to
Content
[Kevin]
> Just to clarify a bit more, for my real code I have switched to using
> select, which is a much better choice in this case. Perhaps the
> 'solution' for this problem is a FAQ entry saying "Try select (or poll)
> its better"

Ah, if only it were that simple ....

http://bugs.jython.org/issue1291

This stuff seems to be highly platform dependent.

In light of issue #1291, I recommend using select.poll() instead of
select.select(), for anyone using Windows.
History
Date User Action Args
2009-04-07 20:37:19amaksetmessageid: <1239136639.57.0.417222679534.issue1304@psf.upfronthosting.co.za>
2009-04-07 20:37:19amaksetrecipients: + amak, kfitch42
2009-04-07 20:37:19amaklinkissue1304 messages
2009-04-07 20:37:19amakcreate