Re: LDAP connection timeout option (was:Re: Time for 2.0.53?)

2005-02-01 Thread Brad Nicholes
The Novell SDK has the same options but they all perform different functions LDAP_OPT_TIMELIMIT - Searching timeout LDAP_OPT_TIMEOUT - default timeout value LDAP_OPT_NETWORK_TIMEOUT - Socket level timeout Brad >>> [EMAIL PROTECTED] Tuesday, February 01, 2005 10:41:04 AM >>> --On Tuesday, Febru

Re: LDAP connection timeout option (was:Re: Time for 2.0.53?)

2005-02-01 Thread Justin Erenkrantz
--On Tuesday, February 1, 2005 10:33 AM -0700 Brad Nicholes <[EMAIL PROTECTED]> wrote: The LDAP_OPT_SEND_TIMEOUT option appears to be a Microsoft LDAP SDK only option. As I see it we can go in a couple of different ways here. OpenLDAP has LDAP_OPT_TIMELIMIT, LDAP_OPT_TIMEOUT, and LDAP_OPT_NE

LDAP connection timeout option (was:Re: Time for 2.0.53?)

2005-02-01 Thread Brad Nicholes
The LDAP_OPT_SEND_TIMEOUT option appears to be a Microsoft LDAP SDK only option. As I see it we can go in a couple of different ways here. 1) Implement the connection pool as an apr_reslist and let it handle the connection timeouts as Graham suggested. 2) Add another #ifdef to the existing cod