Posted By:
vinod_kotnala
Posted On:
Monday, December 3, 2001 05:12 AM
Is there any way to use connection pooling for LDAP Server?
In our application (which uses JNDI for talking to LDAP), we have a
single connection to LDAP. If we make make 4-5 calls to LDAP through
this connection, then it runs fine ... but increasing the calls to
30-40 throws exceptions .... We are just using a single thread to
execute these calls and all the calls are being made sequentially
How to get around this problem?
thanks
vinod.