Re: Axis2 configuration

2008-01-16 Thread Jean-Sebastien Delfino

  wrote:


Hello ,

Does anybody know how to change the default configuration settings for 
binding.ws ?
To be specific , I am looking for the number of connections that Axis can open 
in the same time to a remote server.
The default behaviour seems to allow only 2 connections opened and this is a 
bottleneck in a high volume application.



Some information is available in the Axis2 documentation [1], confirming 
the limitation and giving an API to change the default of 2.


I'll investigate to see how to improve the current behavior:

- see if we can configure it externally

- or see if we need to change the scope of the HttpClient instances (I 
think we are using one instance of HttpClient per reference at the moment).


Would you mind creating a JIRA for this issue? it'll help track it.

Thanks.

[1] http://ws.apache.org/axis2/1_3/http-transport.html
--
Jean-Sebastien

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Axis2 configuration

2008-01-16 Thread xxxxxxxx yyyyyyyy


Hello ,

Does anybody know how to change the default configuration settings for 
binding.ws ?
To be specific , I am looking for the number of connections that Axis can open 
in the same time to a remote server.
The default behaviour seems to allow only 2 connections opened and this is a 
bottleneck in a high volume application.

Thank you ,

Catalin Boloaja

_