On Wed, Sep 23, 2009 at 05:53:03PM +0200, Christoph Jaehnigen wrote: > On Wed, Sep 23, 2009 at 17:20, sebb <[email protected]> wrote: > > > > Does the code do what the error message says? > > > > The error message says it all really... > > That's the point: I do not explicitly use threading, not in Java and > not in the Python code myself. As I get the warnings just when using > the Java library via JPype in Python there seems to be some threading > involved but I could not figure out where and why. > > Chris >
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). Oleg > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
