[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XML versus SOAP/WSDL Performance
9/20/2002 7:08:09 AM, Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de> wrote:
>http://joe.lindsay.net/webservices/rutgers-p2p-p2pws02-soap.pdf
>
>which gives some insights. In general, I think that using HTTP as the
>underlying transport seems awkward from an architectural point of view
>and causes some additional problems that would not exist if people
>would be using a real transport protocol (or a secure version of it)
>as a transport.
Having read that, my primary conclusion is that the tested
implementations were making such poor use of HTTP/1.1 that
any attempt to pull out other issues is futile. None were
using chunked encoding for either requests or responses,
which means that the entire message must be marshalled before
any part can be sent, and none were disabling the Nagle
algorithm for the TCP connection.
There are several good papers available on this at
http://www.w3.org/WCA/
--
Scott Lawrence
<lawrence@world.std.com>
--
to unsubscribe send a message to xmlconf-request@ops.ietf.org with
the word 'unsubscribe' in a single line as the message text body.
archive: <http://ops.ietf.org/lists/xmlconf/>