Hi Stepan This question is better suited for the Jackrabbit Oak list.
But here's my take anyways: I am pretty sure that option 2 is not possible, because Segment Tar assumes that the files are private to a single VM instance. If I understand you correctly, in option 3 you are considering to use some sort of remoting (e.g. RMI). While this may theoretically work, I don't think you would get any (many?) of the benefits of a cluster. Bottom line: Jackrabbit Oak offers different persistence options. Only Mongo and RDBMS can be clustered. Segment Tar is implemented for a different use-case (small, fast, independant instances). Regards Julian On Fri, Nov 16, 2018 at 9:49 PM Степан Гащишин <[email protected]> wrote: > > Hello, > > I am curious about the available ways to cluster sling, and from current > standpoint I can observe next 3 options: > - obviously Mongo based deployment > - Segment Tar based deployment ( where two instances of Sling will use the > same, mounted repository folder) > - remote Oak deployment ( where two Slings will access standalone Oak > server, which will use Tar based repo inside) > > My concerns are about latest 2 options. In theory i suppose third option > may be possible to work. And i majorly doubt regarding the second. > > So that I want to ask community to describe if such ways of clustering are > possible, and maybe there are some extra which i missed. > > Thank you in advance, > Stepan
