|
JNDI does not provide any connection pooling mechanism. You have to build it yourself if you need one. Netscape's Java SDK for LDAP has a connection pooling mechanism. You could see the way it is implemented (its open source) and build a similar one of your own for JNDI.
|
|