Hi there,
Im playing with an xmlrpc++ based client connecting to a Python xmlrpcserver and able to move files around 1-1.5Meg easily. Can you give more info.
Vero
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I've been experimenting sending various amount of base64 data and find that around 10k xmlrpc++ isn't sending out all the data.
What am I missing?
Thanks!
Michael
Hi there,
Im playing with an xmlrpc++ based client connecting to a Python xmlrpcserver and able to move files around 1-1.5Meg easily. Can you give more info.
Vero
There isn't an explicit limitation in the library. It should be able to handle as much data as you can allocate on the heap.