[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#700836: RFP: zero-cache -- Memory caching system based on ZMQ messaging library



Package: wnpp
Severity: wishlist

* Package name    : zero-cache
  Version         : 1.6
  Upstream Author : Ilya Shpigor <petrsum@gmail.com>
* URL             : https://github.com/ellysh/zero-cache
* License         : LGPL 3
  Programming Lang: C++
  Description     : Memory caching system based on 0MQ messaging library

Zero-cache is a Open Source cross-platform distributed memory caching
system based on ZMQ messaging library.

Zero-cache is able to store data of any type that is addressed by key
of string type. It provides the minimal response time thanks to
multi-thread containers and absence of mutexes for requests
synchronization. All synchronization is performed by messages
processing mechanism.

Features

1. Multi-thread data containers. Count of keys per container can be specified.
2. Store any type of data (binary, string, etc.) by string type key
3. There are no delays for read-write operations synchronization
4. Work through Unix and TCP sockets
5. Language bindings for Python and PHP

More information about zero-cache can be obtained from the official website:
http://www.zero-cache.org

--
Best regards
Ilya Shpigor


Reply to: