Hi, memcached can be used for various purposes other than caching. For instance, we store session data in our memcached clone ( https://github.com/cybozu/yrmcds ).
Thanks to its high performance, a single server can serve all (> 10 millions) sessions. However, if the server crashes, all customers will be forced to sign-out. Replication protects us from such disaster. -- ymmt2005 -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
