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 pitrou
Recipients Irvin.Probst, neologix, pitrou, sbt, vstinner
Date 2014-02-07.13:55:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391781353.2296.1.camel@fsol>
In-reply-to <1391779793.81.0.11321872604.issue20540@psf.upfronthosting.co.za>
Content
> Modern operation systems have new functions like writev() to send to
> consecutive buffers. Can't we use them, and emulate them if they are
> missing (use 3.2 algorithm: join if small, or send separatly)?

What would the complication bring?
History
Date User Action Args
2014-02-07 13:55:55pitrousetrecipients: + pitrou, vstinner, neologix, sbt, Irvin.Probst
2014-02-07 13:55:55pitroulinkissue20540 messages
2014-02-07 13:55:55pitroucreate