Hi, I was asking about database connection pooling?
I would like to know if jackrabbit uses single database connection always or supports mutiple database connections. I setup in repository.xml with db for FileSystem & PersistenceManager as shown below. <FileSystem class="org.apache.jackrabbit.core.fs.db.OracleFileSystem"> <param name="url" value="jdbc:oracle:thin:@localhost:1521:XE"/> <param name="user" value="hr"/> <param name="password" value="all"/> <param name="schemaObjectPrefix" value="AL_"/> </FileSystem> Is there a switch for mutiple connections. http://www.javaworld.com/javaworld/jw-10-2000/jw-1027-pool.html Thanks, Maruti On Wed, Jun 25, 2008 at 5:56 PM, Alexander Klimetschek <[EMAIL PROTECTED]> wrote: > 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] >
