[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4157) [enhancement] porting of write operations timeout from back-meta to back-ldap



Full_Name: Pierangelo Masarati
Version: HEAD
OS: irrelevant
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (81.72.89.40)
Submitted by: ando


I've just committed a porting of the timeout on write operations feature from
back-meta to back-ldap.  By default, this is off (0), so the usual behavior
takes place.  When set to a given value, if the proxy times out while waiting
for the result, the operation is abandoned.  Note that the data model does not
guarantee upon abandon that the operation is not performed or, if it was
performed, that it is rolled back.  A cleaner implementation would have used
ldap_cancel(), but there are some other issues to take care of.