Roland, Thanks for your answer, a few comments thought... This information is actually tracked by the internal ConnectionPool implementation. Unfortunately, access to the pool is private. I won't even have access to it by extending the current MTHCM implementation.
It looks like I would have to create my own implementation from scratch or by copy/paste the current. I'm not happy with that solution :( Do you know if there is any chance this feature will be added in next releases? Do you think it is worth to "ask" for it? /Bertrand > -----Original Message----- > From: Roland Weber [mailto:[EMAIL PROTECTED] > Sent: vendredi 27 avril 2007 7:32 > To: HttpClient User Discussion > Subject: Re: MultiThreadedHttpConnectionManager - how many threads waiting > for a connection? > > Hello Bertrand, > > this information is simply not tracked. Your best chance > is to implement a custom connection manager, starting > with MTHCM and adding what code you need. > > hope that helps, > Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
