[Patches] [ python-Patches-1054434 ] automatic XMLRPC boxcarring via multicall for xmlrpclib

SourceForge.net noreply at sourceforge.net
Fri Oct 29 01:15:46 CEST 2004


Patches item #1054434, was opened at 2004-10-26 08:30
Message generated for change (Comment added) made by eries
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1054434&group_id=5470

Category: Modules
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Eric Ries (eries)
Assigned to: Nobody/Anonymous (nobody)
Summary: automatic XMLRPC boxcarring via multicall for xmlrpclib

Initial Comment:
based on this patch http://mail.python.org/pipermail/patches/2003-
October/013680.html, this extends xmlrpclib further by providing 
automatic batching of xmlrpclib calls that are received within a 
configurable time window. the boxcarring is transparent to the 
caller.

complete source is available here:
http://cvs.sourceforge.net/viewcvs.py/xmlrpclibmulti/

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

>Comment By: Eric Ries (eries)
Date: 2004-10-28 23:15

Message:
Logged In: YES 
user_id=10310

Sorry about the version and lack of file - this is my first time 
submitting a patch. I'll upload the main .py file, but you'll 
probably want to look at the unit tests, etc. too which are all 
available via CVS. Is that OK?

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

Comment By: Martin v. Löwis (loewis)
Date: 2004-10-28 19:53

Message:
Logged In: YES 
user_id=21627

Also, changing the target version to Python 2.5 - it cannot
get either in 2.3, or 2.4, at this point in time.

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

Comment By: Martin v. Löwis (loewis)
Date: 2004-10-28 19:52

Message:
Logged In: YES 
user_id=21627

There's no uploaded file!  You have to check the
checkbox labeled "Check to Upload & Attach File"
when you upload a file. In addition, even if you
*did* check this checkbox, a bug in SourceForge
prevents attaching a file when *creating* an issue.

Please try again.

(This is a SourceForge annoyance that we can do
nothing about. :-( )

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

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


More information about the Patches mailing list