You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-users@jakarta.apache.org by Dominik Roblek <dr...@yahoo.com> on 2003/05/12 10:05:29 UTC

diff between Remote Cache and Lateral TCP Cache

What is main difference between Remote Cache and
Lateral TCP Cache? How should usage patterns differ?

Regards,
Dominik


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

Re: diff between Remote Cache and Lateral TCP Cache

Posted by James Taylor <ja...@jamestaylor.org>.
The Remote model is client server, the client caches communicate each
synchronize with one or more RemoteCacheServers.

In the lateral model, otoh, the client caches communicate directly with each
other.

-- jt

Dominik Roblek <dr...@yahoo.com> writes:

> What is main difference between Remote Cache and
> Lateral TCP Cache? How should usage patterns differ?