I wrote a C++ application that runs once a day as a Windows NT service and synchronizes an SQL DB with iPlanet entries. My application just reads from iPlanet, no modifications to the LDAP directory. I used synchronous search ldap_search_s. Do you foresee a problem when the data returned (LDAPMessage) is too large? Should I be using asynchronous search or one of the extensions that has page limits? Can anyone suggest the best practice?
Thanks, Mohammed [EMAIL PROTECTED]
