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 giampaolo.rodola
Recipients eric.araujo, giampaolo.rodola, neologix, pitrou, rosslagerwall
Date 2013-03-07.14:51:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362667872.18.0.127575309336.issue13564@psf.upfronthosting.co.za>
In-reply-to
Content
It's necessary because sendfile() can fail with EAGAIN.

As for your "blocksize = filesize" argument I changed my opinion: despite being less CPU consuming we might incur into problems if that number is too big.  'count' parameter on Linux, for example, is expected to be an unsigned int.
Other plarforms will also use different data types so we better stick with a fixed blocksize value (currently 8192).
History
Date User Action Args
2013-03-07 14:51:12giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou, eric.araujo, neologix, rosslagerwall
2013-03-07 14:51:12giampaolo.rodolasetmessageid: <1362667872.18.0.127575309336.issue13564@psf.upfronthosting.co.za>
2013-03-07 14:51:12giampaolo.rodolalinkissue13564 messages
2013-03-07 14:51:12giampaolo.rodolacreate