Hi, On 9/22/07, Alan D. Cabrera <[EMAIL PROTECTED]> wrote: > On Sep 20, 2007, at 12:34 AM, Thomas Mueller wrote: > > Yes, using RMI does make a difference. Is RMI required in your case? > > Because not using it would be another speed up. > > I have multiple websites using the same JCR server. Is there another > protocol adapter that I can use?
Do you run all the websites within the same servlet container? If yes, then you should use a model 2 deployment with the repository bound to JNDI. If no, then you may want to look at the clustering feature. BR, Jukka Zitting
