Not an expert, but looking at the source of
org.apache.axis.transport.http.HTTPSender it would appear that the socket
exists for the liftetime of the invoke(MessageContext msgContext). This
seems to imply a new socket for each service invocation.

-----Original Message-----
From: Andrew Vardeman [mailto:[EMAIL PROTECTED]]
Sent: 20 September 2002 04:16
To: [EMAIL PROTECTED]
Subject: Re: persistent connections


Heiko--

I'm using Axis for the server and .NET for the client, and when I send 
multiple requests from one .NET client to my service, they appear in tcpmon 
as one HTTP connection.  I don't know what happens with an Axis client.

Andrew

At 02:50 PM 9/20/2002 +0200, you wrote:
>hello,
>i am wondering if it is possible to have persistent
>http connections (as specified in http 1.1) with axis.
>
>i was looking through the docs and archives,
>but didnt find an answer.
>
>any suggestions appreciated.
>
>
>thanks in advance,
>heiko
>
>--
>
>Heiko Braun - Entwicklung
>Jamba! AG Pfuelstrasse 5 10997 Berlin
>http://www.jamba.de, http://wap.jamba.de
>
>


Reply via email to