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 brett.cannon, pitrou
Date 2013-10-12.19:15:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381605331.62.0.22076893629.issue19236@psf.upfronthosting.co.za>
In-reply-to
Content
Tornado 3.1.1 is compatible with Python 2.6, 2.7, 3.2 and upwards, which makes it a good candidate for a networking benchmark.

Here is a patch adding a HTTP (server + client) benchmark. A trivial HTTP server is spawned which writes a sizable body in response to requests. HTTP clients then connect with a certain amount of concurrency and fetch the HTTP server's resource.

(note: the patch omits the Tornado lib itself for readability)
History
Date User Action Args
2013-10-12 19:15:31pitrousetrecipients: + pitrou, brett.cannon
2013-10-12 19:15:31pitrousetmessageid: <1381605331.62.0.22076893629.issue19236@psf.upfronthosting.co.za>
2013-10-12 19:15:31pitroulinkissue19236 messages
2013-10-12 19:15:31pitroucreate