You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Pfingstl Gernot <ge...@stmk.gv.at> on 2005/01/27 08:42:45 UTC

HttpConnectionManagerParams

Has
	HttpConnectionManagerParams params.setMaxConnectionsPerHost(HostConfiguration.ANY_HOST_CONFIGURATION,10);
and
	HttpConnectionManagerParams params.setDefaultMaxConnectionsPerHost(10);
the same effect - or whats the difference?

Thank you, Gernot


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-user-help@jakarta.apache.org


Re: HttpConnectionManagerParams

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Thu, Jan 27, 2005 at 08:42:45AM +0100, Pfingstl Gernot wrote:
> Has
> 	HttpConnectionManagerParams params.setMaxConnectionsPerHost(HostConfiguration.ANY_HOST_CONFIGURATION,10);
> and
> 	HttpConnectionManagerParams params.setDefaultMaxConnectionsPerHost(10);
> the same effect - or whats the difference?
> 

These two method invocations will have exactly the same effect.

http://jakarta.apache.org/commons/httpclient/3.0/xref/org/apache/commons/httpclient/params/HttpConnectionManagerParams.html#84

Oleg


> Thank you, Gernot
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: httpclient-user-help@jakarta.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-user-help@jakarta.apache.org