Bug 630756

Summary: [RFE] backport bugs.python.org/issue6267 to support xmlrpc over HTTP/1.1
Product: Red Hat Enterprise Linux 6 Reporter: Dan Kenigsberg <danken>
Component: distributionAssignee: RHEL Program Management <pm-rhel>
Status: CLOSED WONTFIX QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: low    
Version: 6.1CC: abaron, acathrow, bgollahe, ddumas, dmalcolm, iheim, psplicha, rbiba
Target Milestone: rcKeywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-12 17:54:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 481890, 773650, 773651, 773665, 773677, 773696    
Attachments:
Description Flags
XML-RPC over SSL over HTTP/1.0 none

Description Dan Kenigsberg 2010-09-06 19:53:15 UTC
Description of problem:
Negotiating a new connection for every xmlrpc call is wasteful in bandwidth and cpu, particularly if HTTPS is used. Better use an existing connection, if available. This is already supported in python 2.7 (supposedly; I did not try if it works). Please backport to RHEL6's python.

Version-Release number of selected component (if applicable):
python-2.6.5-3.el6.x86_64

Comment 2 Dan Kenigsberg 2010-09-12 08:47:10 UTC
I have no proposed patch; I care much more about the server side than about xmlrpclib. I want SimpleXMLServer to not shut down the TCP connection of a client that supports HTTP/1.1.

Comment 5 Dan Kenigsberg 2010-09-19 22:28:26 UTC
Created attachment 448318 [details]
XML-RPC over SSL over HTTP/1.0

I am not sure that's what you are looking for, but the code I need to optimize is attached. There, each xml-rpc call ends with a shutdown by SimpleXMLRPCServer, which means that the established connection cannot be reused event if the client supports HTTP/1.1.

Comment 7 Dave Malcolm 2011-01-28 02:31:17 UTC
*** Bug 623594 has been marked as a duplicate of this bug. ***

Comment 17 RHEL Program Management 2011-07-06 00:17:54 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unfortunately unable to
address this request at this time. Red Hat invites you to
ask your support representative to propose this request, if
appropriate and relevant, in the next release of Red Hat
Enterprise Linux. If you would like it considered as an
exception in the current release, please ask your support
representative.

Comment 18 Brian Gollaher 2011-12-10 21:39:59 UTC
Thank you for submitting this feature request for inclusion in Red Hat Enterprise Linux. Your request will be considered in a future release of Red Hat Enterprise Linux.

Comment 20 RHEL Program Management 2012-01-12 17:54:29 UTC
Development Management has reviewed and declined this request.  You may appeal
this decision by reopening this request.