On Thu, 2011-04-28 at 17:25 +0200, Jordi Domingo Borràs wrote: > Hi Oleg, > > It would be great to have another parameter. This is really useful for me, > I'm sorry if my english is not as good as it should be > in order to explain it better. > > I need to load a lot of url's. I need to load them whenever connections from > pool are available, it doesnt matter if its now or in 10 minutes. --> > TIMEOUT value infinite > I dont want to block a connection more than 10 seconds waiting for a > response from server. TIMEOUT value 10 seconds > > > Thanks again Oleg, > > Jordi >
Jordi You can now set a timeout for connection manager operations with ConnManagerParams#setTimeout() when using the latest snapshot off the 4.1.x branch or HttpClientParams#setConnectionManagerTimeout() when using the latest snapshot off the trunk (4.2) Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
