For a particular case where I am using a http client reference ( multi-threaded context ) and would like to close and release all the active connections at a given instant.
I had written the code as - getHttpClient().getHttpConnectionManager().closeIdleConnections(0L); I am just curious what the implications of the same ( passing in 0 as the minimum idle time for connections to be closed) . Would it close all existing idle connections right away. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
