I'm working on a project where the thruoughput requirement for the LDAP
search is very high( ~100 results per second). To achive this I thought of
using
asynchronus LDAP API.
   Just to get a fair idea of what's going behind the scene and to
understand the underlying socket implementation I went through the source
code for the SDK. I am not very clear as to how is the MAPPING between a
request ( LDAPRequest) and the corresponding socket is maintained. Hence the
following query :
- Does it create a new socket for every search? If no then how does it map
the incoming result packets to the search requests?
- Is there any place where I can get the detailed design of the SDK?

Thanks in advance,
Devendra



Reply via email to