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 neologix
Recipients giampaolo.rodola, neologix, pitrou
Date 2013-03-26.19:53:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364327609.39.0.958353926261.issue17552@psf.upfronthosting.co.za>
In-reply-to
Content
- I don't understand the "running out of FDs" thing. select() is limited to FDs less than FD_SETSIZE, but I don't see how you could get EMFILE (select() will return a ValueError)

- is there any platform with sendfile() which doesn't support poll()?

- I still don't see the point of calling sendfile() with a block size. Everybody just uses st_size, and that's how it's supposed to be done.
History
Date User Action Args
2013-03-26 19:53:29neologixsetrecipients: + neologix, pitrou, giampaolo.rodola
2013-03-26 19:53:29neologixsetmessageid: <1364327609.39.0.958353926261.issue17552@psf.upfronthosting.co.za>
2013-03-26 19:53:29neologixlinkissue17552 messages
2013-03-26 19:53:29neologixcreate