in reply to Re: Re: Sending application-specific XML as a string paremeter to an RPC::XML method.
in thread Sending application-specific XML as a string paremeter to an RPC::XML method.
Ok, the large ammount of time spent transferring base64 encoded data appears to be spent in the client, receiving (but not decoding) the encoded data. It appears to be related to the number of newlines in the data, because if I strip them, the data is transferred in a couple seconds. Is there a way to encode the data such that there are no newlines?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Sending application-specific XML as a string paremeter to an RPC::XML method.
by nenbrian (Acolyte) on Mar 30, 2004 at 22:49 UTC |