You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by sunild <su...@coreobjects.com> on 2010/02/03 07:04:04 UTC

Customizing JackRabbit Session for Performance

All,
    I have a content system implemented using JackRabbit 1.5.6, 
integrated with Spring Framework using SpringModules's JcrTemplate which 
needs to service requests in a multithreaded scenarios. Though I could 
optimize on the locking, I have not a substantial optimatization outcome 
on session.save. Hence in lieu of this, I am looking at options of 
customizing the JackRabbit Session implementation, for better 
performance. Could you please provide any pointers or reference links 
for the same.

Thanks
Sunil

Re: Customizing JackRabbit Session for Performance

Posted by Thomas Müller <th...@day.com>.
Hi

An important component is the persistence manager you use. If you use
a database, try the H2 database. Another option is the (commercial)
CRX implementation that is using the Tar Persistence Manager. CRX is
available at http://www.day.com

Regards,
Thomas


On Wed, Feb 3, 2010 at 7:04 AM, sunild <su...@coreobjects.com> wrote:
> All,
>   I have a content system implemented using JackRabbit 1.5.6, integrated
> with Spring Framework using SpringModules's JcrTemplate which needs to
> service requests in a multithreaded scenarios. Though I could optimize on
> the locking, I have not a substantial optimatization outcome on
> session.save. Hence in lieu of this, I am looking at options of customizing
> the JackRabbit Session implementation, for better performance. Could you
> please provide any pointers or reference links for the same.
>
> Thanks
> Sunil
>