Hi,

I was able to fix MTOM caching stuff for both sender and receiving ends.
In sender side instead of loading the whole attachment it will send the
attachment + data as chunked. Only very small portion of the attachment
will be loaded in to the memory at any given time. In order to achieve
this I did some axiom level changes and transport level changes.Because
the way of constructing what to send when it is chunked and not chunked
is far different I propose we send MTOM only with chunking. So when
sending MTOM Axis2/C will automatically switch on chunking. Remember in
the receiving side it will accept both chunked and dechunked data. WDYT?
The MTOM spec does not say anything about data compression right?. Otherwise we could have achieved even better performance with compression.

Danushka



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to