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 akira, asvetlov, christian.heimes, giampaolo.rodola, gvanrossum, josh.r, josiah.carlson, neologix, pitrou, python-dev, rosslagerwall, yselivanov
Date 2014-06-11.13:59:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402495148.15.0.97374147716.issue21721@psf.upfronthosting.co.za>
In-reply-to
Content
This is a follow up of issue 17552 which adds a new socket.sendfile() method taking advantage of high-performance os.sendfile() on UNIX.
The same thing could be done for Windows by using TransmitFile:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms740565(v=vs.85).aspx
History
Date User Action Args
2014-06-11 13:59:08giampaolo.rodolasetrecipients: + giampaolo.rodola, gvanrossum, pitrou, christian.heimes, josiah.carlson, asvetlov, neologix, akira, rosslagerwall, python-dev, yselivanov, josh.r
2014-06-11 13:59:08giampaolo.rodolasetmessageid: <1402495148.15.0.97374147716.issue21721@psf.upfronthosting.co.za>
2014-06-11 13:59:08giampaolo.rodolalinkissue21721 messages
2014-06-11 13:59:07giampaolo.rodolacreate