[Bug 2091733] Re: Performance improvement for concurrent SSL connections

Mauricio Faria de Oliveira 2091733 at bugs.launchpad.net
Fri Dec 20 17:44:16 UTC 2024


Noble:
---

Before:

$ dpkg -s python3-requests | grep -e Package: -e Version:
Package: python3-requests
Version: 2.31.0+dfsg-1ubuntu1

$ ./test-https-concurrent.py
Run: 0, Time: 3774 ms
Run: 1, Time: 3604 ms
Run: 2, Time: 3618 ms
Run: 3, Time: 3692 ms
Run: 4, Time: 3649 ms
Run: 5, Time: 3501 ms
Run: 6, Time: 3448 ms
Run: 7, Time: 3655 ms
Run: 8, Time: 3592 ms
Run: 9, Time: 3700 ms
Mean: 3623.3 ms, Median: 3633.5 ms

After:

$ dpkg -s python3-requests | grep -e Package: -e Version:
Package: python3-requests
Version: 2.31.0+dfsg-1ubuntu1.1

$ ./test-https-concurrent.py
Run: 0, Time: 2800 ms
Run: 1, Time: 2454 ms
Run: 2, Time: 2513 ms
Run: 3, Time: 2715 ms
Run: 4, Time: 2989 ms
Run: 5, Time: 2483 ms
Run: 6, Time: 2482 ms
Run: 7, Time: 2664 ms
Run: 8, Time: 2465 ms
Run: 9, Time: 2634 ms
Mean: 2619.9 ms, Median: 2573.5 ms

(Approximately 30% less time.)

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-urllib3 in Ubuntu.
https://bugs.launchpad.net/bugs/2091733

Title:
  Performance improvement for concurrent SSL connections

Status in python-urllib3 package in Ubuntu:
  Invalid
Status in requests package in Ubuntu:
  Fix Released
Status in python-urllib3 source package in Jammy:
  In Progress
Status in requests source package in Jammy:
  In Progress
Status in python-urllib3 source package in Noble:
  Invalid
Status in requests source package in Noble:
  In Progress

Bug description:
  WIP.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-urllib3/+bug/2091733/+subscriptions




More information about the Ubuntu-openstack-bugs mailing list