I was talking about the client side of Axis 2. However, just found out
about Jakarta Commons HttpClient which uses the
MultiThreadedHttpConnectionManager allowing connection pools which is
exactly what I was looking for.

Thanks

-Padma

-----Original Message-----
From: Deepal jayasinghe [mailto:[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 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 configure the connection
pool. For example if you deploy axis2 in application server like Tomcat
then it manages the connection for Axis2.
But for the client side you can use the same connection .

-- 
Thanks,
Deepal
................................................................
http://blogs.deepal.org/


---------------------------------------------------------------------
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]

Reply via email to