[Patches] [ python-Patches-1747670 ] Limiting data copy in xmlrpclib

SourceForge.net noreply at sourceforge.net
Wed Jul 4 11:54:37 CEST 2007


Patches item #1747670, was opened at 2007-07-04 11:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1747670&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Gael Le Mignot (kilobug)
Assigned to: Nobody/Anonymous (nobody)
Summary: Limiting data copy in xmlrpclib

Initial Comment:
Data going through the xmlrpclib are copied many times in Python. This creates problem when submitting blob of data in XML-RPC (I know the protocol is not aimed for that, but sometimes it's useful).

This little patch try to limit memory usage of xmlrpclib by adding a few optimizations.

I did the patch on Python 2.4 because it's what our customer is using, but it should work on Python 2.5 or more recent too.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1747670&group_id=5470


More information about the Patches mailing list