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 loewis, neologix, pitrou, vstinner
Date 2014-08-04.02:31:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407119507.65.0.241251064448.issue22127@psf.upfronthosting.co.za>
In-reply-to
Content
Note that even the bytes version is still quite slow. UDP is used for light-weight protocols where you may send thousands or more messages per second. I'd be curious what the sendto() performance is in raw C.
History
Date User Action Args
2014-08-04 02:31:47pitrousetrecipients: + pitrou, loewis, vstinner, neologix
2014-08-04 02:31:47pitrousetmessageid: <1407119507.65.0.241251064448.issue22127@psf.upfronthosting.co.za>
2014-08-04 02:31:47pitroulinkissue22127 messages
2014-08-04 02:31:47pitroucreate