Hi, On Thu, Jun 26, 2008 at 2:27 AM, Pulla Venkat <[EMAIL PROTECTED]> wrote: > I was asking about database connection pooling? > > I would like to know if jackrabbit uses single database connection always or > supports mutiple database connections.
Currently Jackrabbit uses a single connection per workspace (persistence manager). There's been some discussion about supporting connection pooling, but it's not implemented yet. See the dev@ list archives for related discussions. BR, Jukka Zitting
