Charles-François Natali added the comment:

- 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17552>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to