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 akira, asvetlov, christian.heimes, giampaolo.rodola, gvanrossum, josh.r, josiah.carlson, neologix, pitrou, rosslagerwall, yselivanov
Date 2014-06-10.22:12:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2CPhX_cZwHhLgrkE1KK6jLjLZVvWWwVoRJTedmRc+vpA@mail.gmail.com>
In-reply-to <1402432883.84.0.0763758391137.issue17552@psf.upfronthosting.co.za>
Content
>> I agree, but both points are addressed by sendfile()
>
> I'm talking about send(), not sendfile().
> Please remember that send() will be used as the default on Windows or when non-regular files are passed to the function. My argument is about introducing an argument to use specifically with send(), not sendfile().

Which makes even less sense if it's not needed for sendfile() :-)
I really don't see why we're worrying so much about allocating 8K or
16K buffers, it's really ridiculous. For example, buffered file I/O
uses a default block size of 8K. We're not targeting embedded systems.
History
Date User Action Args
2014-06-10 22:12:08neologixsetrecipients: + neologix, gvanrossum, pitrou, giampaolo.rodola, christian.heimes, josiah.carlson, asvetlov, akira, rosslagerwall, yselivanov, josh.r
2014-06-10 22:12:08neologixlinkissue17552 messages
2014-06-10 22:12:08neologixcreate