You probably already found this with a google search, but I'll point it out anyway. Sun describes simple pooling for the JNDI/LDAP stuff: http://java.sun.com/products/jndi/tutorial/ldap/connect/pool.html
In addition the Spring framework has their own take on LDAP connection pooling: http://www.springsource.org/ldap Disclaimer: I haven't used any of these. -Knut On Fri, Mar 6, 2009 at 10:04 AM, Matt White <[email protected]> wrote: > On Fri, Mar 6, 2009 at 11:48 AM, Scott Ferguson <[email protected]> wrote: > > > No, Resin doesn't have LDAP pools. I'm not sure if it's possible. > > Because the LDAP implementations directly hook into javax.naming, > > there's nowhere for Resin to insert itself to pool the connections. > > Thanks Scott! > > Thanks what I needed to know. > > - Matt > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest >
_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
