??? Apache HTTPClient does support connection re-use and kee-alive, however I think the Web Service sampler uses the default java implementation currently.
S. On 31/03/06, Peter Lin <[EMAIL PROTECTED]> wrote: > I believe apache HTTP client uses stock java URLConnection, which doesn't > handle keep alive and probably never will. it's one of those annoying bugs > in Java that never gets fixed. > > peter > > On 3/31/06, Joe Crean <[EMAIL PROTECTED]> wrote: > > > > Hi Folks, > > > > I am using the Web Service SOAP request sampler. I see however that the > > HTTP > > layer is not using keep alive and uses HTTP 1.0 by default. I see also > > that > > the HTTP sampler uses the Jakarta HTTP Client which allows the > > configuration > > of keep-alive. Is this not also the case with the SOAP sampler? Is there > > any > > way to configure keep-alive with the SOAP sampler? > > > > Thanks > > Joe > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

