Hi,
I moved to netscape ldap SDK ver 5.0 since
SDK ver 3.0 doesn't seems to be truly async (it
uses blocking connect/write calls). Things are
better now, though I am still observing blocking
socket operations when I use the "ldap_abandon_ext"!!
I am setting the required options as per the
documentation :
------------
asyncOpt=1;
ldap_set_option(ldapHandle,LDAP_OPT_ASYNC_CONNECT,&asyncOpt);
timeout = 30000
ldap_set_option( ldapHandle, LDAP_X_OPT_CONNECT_TIMEOUT, &timeout )
-------------
I am developing on linux. Has anybody else faced similar
problem? Is this a known issue and is there a fix available
for the same?
thanks,
Deven