RE: Http keepalive

2003-04-04 Thread WJCarpenter
pelle> I need to do many soap requests in a sequence from one host. Is pelle> it possible to use http keepalive whith apache-soap? To start a pelle> new http-session for each soap request will be very expensive, pelle> especially when using https. It is not directly supported, but here is a pointe

Re: Http keepalive

2003-04-04 Thread Scott Nichol
Apache SOAP does not support HTTP keep-alive. Note that the expense with https also relates to the SSL implementation you use. An SSL session *can* exist across multiple HTTP calls. The Sun SSL implementations sometimes reuse existing SSL sessions across multiple HTTP calls, but other times d