On Tue, 2005-01-11 at 16:20 +0100, [EMAIL PROTECTED] wrote: > Hi, > > I use HttpClient2.0 in an application used to connect to several > webservices. > > But, I meet a memory leak because connections create by the HttpClient's > objects seem to be not releasy correctly. I read in the API that the > HttpMethodeBase.releaseConnection() "NOT close the connection if it can be > reused". > > So how can I be certain that the current httpClient and its connection is > really released ? >
Jeanremi, What do you mean by "really released"? Closed? What connection manager are you using? Do you re-use HttpClient instance or always create a new one per each request? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
