[hibernate-dev] Re: [infinispan-dev] Hibernate Search alternative Directory distribution

2009-07-15 Thread Łukasz Moreń
To have access to this same Infinispan cache on all nodes (master and slaves) I have to create it from this same, single CacheManager. So there is difficulty how to distribute CacheManager to all nodes - something like singleton in a cluster. Is there some recommended option how to achieve that in

[hibernate-dev] Re: [infinispan-dev] Hibernate Search alternative Directory distribution

2009-07-15 Thread Emmanuel Bernard
I am not sure I understand. I assume that caches somehow have a unique identifier to recognize themselves in a cluster right? So you have a CacheManager created on each node and by this "unique identifier", you can add a cache node to a given grid. Infinitians, more infos? On Jul 15, 2009,

[hibernate-dev] Re: [infinispan-dev] Hibernate Search alternative Directory distribution

2009-07-15 Thread Łukasz Moreń
Ah, Yes that's right, it's ok now. W dniu 15 lipca 2009 17:22 użytkownik Emmanuel Bernard < emman...@hibernate.org> napisał: > I am not sure I understand.I assume that caches somehow have a unique > identifier to recognize themselves in a cluster right? > So you have a CacheManager created on eac