Re: benchmarking SOAP?

> Thanks for the info. This is very helpful. One of the issues I have seen
is
> large XML data (imagine XML based data about provisioning the phone record
> of say 20,000 subscribers - pushed at 3:00 a.m. Sunday morning) being
> compressed before it is transported. The SOAP method headers can stay
> uncompressed. In this case - there is also performance improvements.
> Ofcourse there is slight delay in packing the XML data and then unpacking
> them at the destination.
>
> Have u done some testing with packed XML data as well ?

hi,

we were doing tests on LAN as we were interested in XML parsing speed (and
in this case compression actually slowed down round-trip time as bottleneck
was in XML parsing which is CPU intensive).

it would be interesting to run some tests to find "sweet point" for using
compression over WAN - both compression and XML parsing is CPU intensive so
compressing message will introduce overhead especially for very small XML
messages that even uncompressed fits into one network packet. however
obviously compression pays off when transmitting bigger messages (and
receiving them over modem...)

thanks,

alek

Received on Wednesday, 25 July 2001 16:40:22 UTC