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 jbrearley
Recipients jbrearley
Date 2013-01-13.17:37:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358098635.68.0.0505000601155.issue16955@psf.upfronthosting.co.za>
In-reply-to
Content
In the attached multiprocessing.connection simple client script, the poll() method is always returning false. If I force the temp variable to 1, the recv()method happily gets the incoming data. I had hoped to use the poll() method to implement a timeout error, to avoid the blocking nature of the client.
History
Date User Action Args
2013-01-13 17:37:15jbrearleysetrecipients: + jbrearley
2013-01-13 17:37:15jbrearleysetmessageid: <1358098635.68.0.0505000601155.issue16955@psf.upfronthosting.co.za>
2013-01-13 17:37:15jbrearleylinkissue16955 messages
2013-01-13 17:37:15jbrearleycreate