When an .ldif file is used for the execution, does the LDAP client send
LDAP requests one by one in a sequential way(after receiving the response
for the previous command), or does it transfer the .LDIF file completely?
I assume it is the former one. The LDAP client should be scanning the
file, formulating the LDAP request and sending the request for execution.
Is that how the .ldif execution works?

Among the following methods, which one will be faster? Why? What is the
key point that makes the executiong time better in that method?
 - Executing multiple LDAP requests via a simple LDAP client ' C'program,
and
 - Executing it using an .ldif via command line

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

Reply via email to