https://issues.apache.org/bugzilla/show_bug.cgi?id=47634
--- Comment #5 from Tom Malaher <[email protected]> 2009-12-11 13:30:58 UTC --- (In reply to comment #2) > (In reply to comment #1) > > Does that just disable the connection pooling? > > Yes. mod_ldap unusable in firewalled environment, so better to disable > pooling. > I know, this is not a full solution, it would be better if the behaviour could > be configurable. Other options: - implement some sort of "check" logic when a connection is requested from the pool. If it doesn't return in a reasonable amount of time (re-use the connection time out time or add another parameter) then unbind the connection and rebind - implement connection-max-age and/or connection-max-idle parameters so that if a connection is requested from the pool and it has been connected/idle for "too long" then unbind/rebind -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
