On Wed, Jun 25, 2008 at 4:42 PM, Pulla Venkat <[EMAIL PROTECTED]> wrote: > Does jackrabbit have connection pooling feature ?
You mean Session pooling? There is some rough conceptual discussion here: http://wiki.apache.org/jackrabbit/JcrSessionHandling Otherwise you have to implement that in your client-code or look at using stuff that is available for the spring jcr modules: http://forum.springframework.org/archive/index.php/t-31359.html (just a quick look on Google). But since session pooling does not gain much in most cases, Jackrabbit does not offer any session pooling helper class. Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]
