https://issues.apache.org/bugzilla/show_bug.cgi?id=47634

--- Comment #7 from Stefan Fritsch <[email protected]> 2010-01-12 15:55:04 UTC 
---
(In reply to comment #5)
> 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

Something like this is now implemented in trunk in r898102: There is a new
timeout value for search/bind. If the timeout is reached, the operation is
retried after unbind/rebind (at least for the initial bind after an old
connection is taken from the pool).

Note that at least with openldap, you can influence mod_ldap with
/etc/ldap.conf and $HOME/.ldaprc (especially with the TIMEOUT parameter). Httpd
2.2.x will return 500 if TIMEOUT triggers, but this may still be better than
the child waiting for > 15 minutes.

-- 
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]

Reply via email to