On Aug 21, 4:20 am, Karsten <[email protected]> wrote:
> Hi guys,
>
> so do I understand it right that memcached from built-in don't support
> replication?
>
> Is there a workaround for setting up a replication of two server?
> If found this link:http://repcached.lab.klab.org/
>
> Hase someone already tried this?

  I just took a step back and read the whole thread.  Basically,
you're doing it wrong.

  A cache provides faster access to your primary data store.  It is
*not* your primary data store.  No amount of replication will
guarantee that the items you place into a cache will be accessible.

  Dormando wrote a good article on how to do sessions in a web app in
such a way that is both fast and reliable:  
http://dormando.livejournal.com/495593.html

Reply via email to