On Tue, 2002-08-27 at 10:09, Mar�y �kos wrote: > James Taylor wrote: > > Unfortunately I only have experience with the indexed disk and lateral > > caches (TCP, javagroups), or I would try to help you out. > > I'd be interested in the lateral cache. What I don't get at the moment > is that how do you keep alive the separate caches? You start them in a > separate thread? (I'm trying to build a simple command-line example.)
For it to really make sense, the different caches should be running in different JVMs. For example, I am running my application in four different JVMs, on different machines, and the caches distribute put / remove / removeAll events to their peers (in this case, by all connecting to the same channel using javagroups for reliable multicast UDP, previously I was doing the same thing with the TCP lateral which is multiple unicast TCP) > > > Akos > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
