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 christian.heimes
Recipients Alex Warhawk, Mark.Ribau, Ye.Wang, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou
Date 2016-09-05.06:23:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473056587.84.0.738890339181.issue19500@psf.upfronthosting.co.za>
In-reply-to
Content
Performance improvements with session resumption is quite noticeable. I see between 17 and 21% improvement for 10 requests GET http://pypi.python.org/pypi in a simple benchmark:

session resumption: 1.264sec
no session:         1.535sec
                    82.4%
History
Date User Action Args
2016-09-05 06:23:07christian.heimessetrecipients: + christian.heimes, janssen, pitrou, giampaolo.rodola, alex, dstufft, Ye.Wang, Mark.Ribau, Alex Warhawk
2016-09-05 06:23:07christian.heimessetmessageid: <1473056587.84.0.738890339181.issue19500@psf.upfronthosting.co.za>
2016-09-05 06:23:07christian.heimeslinkissue19500 messages
2016-09-05 06:23:07christian.heimescreate