Assume I trigger an asynchronous search towards the openLDAP server, from the openLDAP client(myClient). Then my openLDAP client program will sleep for 10 mins without performing any tasks. After that it will try to read the result for the asynchronous search which it triggered before. Is it guaranteed that the result will be delivered to the client(myClient)?
As I am aware, from the LDAP server point of view, there are absolutely no differences between the synchronous and asynchronous search requests. The difference lies only at the LDAP client(openLDAP client implementation). Am I right? If yes, will the openLDAP client take care of buffering the data till the myClient program is ready for reading the search results? --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
