RAMET wrote:

> Hi,
>
> Can someone have information on how LDAP Server manage concurent acces
> ?  In case of two clients reading/writing the same entry at the same
> time.

If you are talking about Netscape/iPlanet Directory Server, it is multithreaded.  The 
entry is essentially locked during the write
operation.  Entry updates are atomic.  So, if the reading client gets there first, it 
will see the "before" entry.  If not, it
will see the "after" entry.

>
>
> Thanks in advance.


Reply via email to