Message183666
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). |
|
Date |
User |
Action |
Args |
2013-03-07 14:51:12 | giampaolo.rodola | set | recipients:
+ giampaolo.rodola, pitrou, eric.araujo, neologix, rosslagerwall |
2013-03-07 14:51:12 | giampaolo.rodola | set | messageid: <1362667872.18.0.127575309336.issue13564@psf.upfronthosting.co.za> |
2013-03-07 14:51:12 | giampaolo.rodola | link | issue13564 messages |
2013-03-07 14:51:12 | giampaolo.rodola | create | |
|