Hi Nicole, On Tue, May 15, 2012 at 1:19 PM, [email protected] <[email protected]> wrote: > It's not clear for me understand if all cluster nodes make write operation, > or il only the master instance does it.
There is no dedicated master node, but the cluster nodes synchronize so that only one of them can be writing at any given moment. > In my application I would like to improve write performance, could > it be setting a cluster a good solution, or this approach improves > only read operations? The current Jackrabbit clustering model only speeds up concurrent read operations. BR, Jukka Zitting
