Explore
Topics
Recent Comments
- These code examples would certainly benefit from some TLC applied. Like formatting and getting...
Evgeniy Dolzhenko
- I had checked, and tested a lot of time. It work well and flexible on IE, FF, and Chrome *But, in Chrome...
Phong Tran
- hi! i am working with cascades and i would like to use a hands detector and apply a kalman filter to follow...
rachel
- These code examples would certainly benefit from some TLC applied. Like formatting and getting...
Related Posts
Follow us on TwitterWe also post updates and blog posts over on our twitter account. Have one? Follow us!
Memcached 1.4 Released (binary protocol)
The in-memory cache server we all know and love released a new version with notable new features being the implementation of a binary protocol, a bunch of new stats commands for pulling CAS numbers and slab class eviction times, and a hodge-podge of performance improvements.
What’s interesting? Replication. The binary protocol allows for traditional replication of data between memcached servers in a cluster and therefore can increase the amount you can theoretically rely on the data stored in your cluster. With an increase in precaching and push type models for storing complex relationships (graphs, etc) memcached is maintaining its place at the top of the in-memory datastores with this bump in reliability.
Memcached on Google Code