Le 21/03/16 18:20, Chris Pike a écrit : > Why isn't it being closed? Will setting the timeout on the connection have > any affect? It looks like queue.poll will block for Long.MAX_VALUE. Is there > a way to close all connections in the pool?
The connection pool an be configured so that the connection has a timeout. Now, when teh pool is kiled, it should also kill all the connections. I have to check if it's done correctly on both side (ie, in Fortress and in the LDAP API)
