Le 08/02/16 18:49, Shawn McKinney a écrit :
>> On Feb 7, 2016, at 1:42 PM, Emmanuel Lécharny <[email protected]> wrote:
>>
>> Le 06/02/16 20:53, Jan Sindberg a écrit :
>>> When an application such as Fortress Commander is left inactive for hours -
>>> all connections in the connection pool is closed (timed out ?). But for
>>> each connection there is a 30 sec. 
>> This is the default LDAP API timeout. This is configurable.
> 30 seconds too long.  What’s a good setting for this - 1 second?  

Whatever fits your need. 1s might be a bit short, though.

The real pb is that it seems the delay depends on the number of existing
connections, which is not good (we have to check that in the pool : do
we switch to a new connection when one has timed out ? What if we set 5
s but have 100 connectiuons in the pool ? I guess it would be good to
stop trying after a few attemps).

Reply via email to