Message52808
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. |
|
Date |
User |
Action |
Args |
2007-08-23 15:58:56 | admin | link | issue1747670 messages |
2007-08-23 15:58:56 | admin | create | |
|