> What is the difference between the network traffic that a typical
> cluster( App. server like weblogic ) generates to replicate sessions
> and the network traffic that memcached servers generate to sync. up ?

Memcached servers don't sync up with each other, they're totally separate.
Each memcached instance looks after one "portion" of your cache. So if
you've got 4 instances of memcached, then (on average) each instance will
have 1/4 of your total cache.

Dean.


Reply via email to