I found out we use it as some sort of temporary storage. So not actually as a layer in between. If one of the memcached nodes goes down we would loose this information (mostly only needed for a few minutes) and for compliancy we can't write this data to disk.
Op woensdag 6 augustus 2014 08:13:40 UTC+2 schreef Hirotaka Yamamoto: > > 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.
