RE: [Axis2].Http Connection pool

2008-08-25 Thread Padmaja Pradhan
:[EMAIL PROTECTED] Sent: Monday, August 25, 2008 5:14 PM To: axis-user@ws.apache.org Subject: Re: [Axis2].Http Connection pool Padmaja Pradhan wrote: > > Is there a way Axis2 can be configured to use Http Connection pool so > the http connection to the service is not opened and closed

Re: [Axis2].Http Connection pool

2008-08-25 Thread Deepal jayasinghe
Padmaja Pradhan wrote: > > Is there a way Axis2 can be configured to use Http Connection pool so > the http connection to the service is not opened and closed for every > request. > Are you talking about client side of Axis2 or server side of it ? in the server side Axis2 does not have a way to con

[Axis2].Http Connection pool

2008-08-25 Thread Padmaja Pradhan
Is there a way Axis2 can be configured to use Http Connection pool so the http connection to the service is not opened and closed for every request. Is it possible for multiple threads to use the same client to send a request out by choosing a connection randomly from the pool? Thanks