Regarding a bind problem in DS 5.2 patch 4

Hello,when three or more threads accessing ldap_simple_bind_s method in c++ , it is taking 1& 1/2 minutes for bind process. Guide me how to solve this problem.Regards,Srini
[211 byte] By [Shrinijanaka] at [2007-11-27 6:26:32]
# 1
What makes you think the issue is with Directory Server 5.2patch4 and not your application ?I am sorry, but there is so little information here that I cannot see how to help.Regards,Ludovic.
ludovicpa at 2007-7-12 17:47:31 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Hello Ludovic,Immediate Before & after the bind method we are printing a log with the time. From that we are confirming that it is taking 1&1/2 minutes for a bind request when we are using ldap_simple_bind_s method.
Shrinijanaka at 2007-7-12 17:47:31 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

Directory Server has access logs that are producing timestamps of operations (ie connections, bind request, bind response and connection closing). Please include extract of them here.

DS also has error logs that are indicating errors or warning related to special conditions. Please check.

Finally, it may help if you give more insight on which OS you are using, which LDAP library is providing the ldap_simple_bind_s method, whether SSL is used...

Regards,

Ludovic.

ludovicpa at 2007-7-12 17:47:31 > top of Java-index,Web & Directory Servers,Directory Servers...