persistent connections

2004-11-09 Thread Slimane Amar
Hello I'm using Axis 1-2 beta and commons-httpclient 2.0 to have persistent connections. I have modified the client-config.wsdd as follow : to Unfortunatly, the connections (sockets) are not reused. In order to verify this, i use the command 'netstat' in Solaris2.8. Have

HTTP 1.1, Persistent Connections and Pipeline support

2004-04-18 Thread Helge Berg
Hi, I have a few question related to Axis and HTTP 1.1 Does Axis 1.1 support HTTP 1.1, more specifically persistent connections and pipelines? I can see from earlier posting to this group that you are recommended to use the Commons HTTPClient library to use the HTTP 1.1 connection control

Re: persistent connections

2002-09-20 Thread Heiko Braun
persistent connections and (re)-initiates it on demand. I just wanted to make sure that no such solution exists, or someone else is already working on it. It might also be an interesting patch for the transport package in general. So long, Heiko On Friday 20 September 2002 16:45, Wayne Yan wrote

RE: persistent connections

2002-09-20 Thread Wayne Yan
[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 conne

Re: persistent connections

2002-09-20 Thread Andrew Vardeman
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 wonde

persistent connections

2002-09-20 Thread Heiko Braun
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

Persistent connections: do I use these by default?

2002-05-10 Thread Ronald Hütter
I read here and there about persistent connections. Is AXIS using these by default or can I configure for it? Will it improve performance?