On Wed, Sep 23, 2009 at 18:23, Oleg Kalnichevski <[email protected]> wrote: > > This has nothing to do with threading. This warning simply indicates that the > connection manager received a request for HTTP connection that has been > already > allocated (and never released back).
Ah, slowly getting to it: it seems that when calling the Java library (with the HttpClient inside) from Python, the HTTP connection closing does not work. In the XML-RPC code I found the place where they silently ignore the exception being thrown when closing a connection fails. Thx for the hints, anyway I do not see a way to get that fixed myself. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
