» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with memcached + scalability

nmdb - A multiprotocol network database

nmdb is a network database (dbm-style) for controlled networks that can use different protocols to to communicate with its clients. It supports TIPC, TCP, UDP and SCTP. It consists of an in-memory cache that saves (key, value) pairs, and a persistent backend that stores the pairs on disk. Both work combined, but the use of the backend is optional, so you can use the server only for cache queries, pretty much like memcached.

QDBM: del.icio.us tag/qdbm

actord

Sort of like memcache, but... awesomer.

scala: del.icio.us/tag/scala

actord - Google Code

Memcached implementation for the JVM in Scala. Uses treaps for in memory storage. Treap per cpu for better throughput. Allows for disk storage as well. speak memached protocol.

scala: del.icio.us/tag/scala

Sharedance

Sharedance is a high-performance server that centralize ephemeral key/data pairs on remote hosts, without the overhead and the complexity of an SQL database. designed to share caches and sessions between a pool of web servers

opensource: del.icio.us tag/opensource