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 pitrou
Recipients giampaolo.rodola, neologix, pitrou
Date 2013-03-26.19:43:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364327004.94.0.907603320311.issue17552@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of comments:

- I don't understand the point of the second member in the tuple
- the timeout logic should be fixed so that the total operation time doesn't exceed the timeout, rather than each iteration (in other words, a deadline should be computed at the start and then the poll / select calls be issued in accordance with that deadline)
- non-blocking sockets could be supported by returning partial writes, and letting the caller pass an offset argument
- as a vocabulary nit, I don't really understand what "mmap-like file" means
History
Date User Action Args
2013-03-26 19:43:25pitrousetrecipients: + pitrou, giampaolo.rodola, neologix
2013-03-26 19:43:24pitrousetmessageid: <1364327004.94.0.907603320311.issue17552@psf.upfronthosting.co.za>
2013-03-26 19:43:24pitroulinkissue17552 messages
2013-03-26 19:43:24pitroucreate