bk> I knew that Apache SOAP only support HTTP 1.0 and I've searched
bk> through the archive of this mailing list and don't see anyone
bk> doing HTTP 1.1. Is it very diffcult to do? We are not HTTP expert
bk> but we do want to know if it is possible to do it.

I don't know about the server side, but here is info on how to get
this going for Apache SOAP client:

http://marc.theaimsgroup.com/?l=soap-user&m=104447554215308&w=2

Here's some discussion of performance stuff:

http://marc.theaimsgroup.com/?l=soap-dev&m=103230079704759&w=2

In addition, the TcpNoDelay factor (that Scott mentions in another
email in this thread) is worth looking into.  It affects latency per
connnection but doesn't affect overall throughput (it's pure
I/O-blocked delay).  You will know it underlies your problem if you
are seeing R/T times that are remarkably and consistently like 200ms.
-- 
[EMAIL PROTECTED] (WJCarpenter)    PGP 0x91865119
38 95 1B 69 C9 C6 3D 25    73 46 32 04 69 D6 ED F3

Reply via email to