Entries from 2013-02-15 to 1 day

ØMQ Zero Message Query

Leveldb is quite faster for sequencial write and read, compared with other Key-Value Store. But a problem is that leveldb is embedded database, not server-client. Leveldb is used in Riak, as storage engine. And also I found leveldb-server,…

Zeromq install

Installl sudo aptitude install libtool autoconf automake wget http://download.zeromq.org/zeromq-3.2.2.tar.gz ./configure make make installinstall binding cpp git clone https://github.com/zeromq/cppzmq sudo cp cppzmq /usr/includeserver.cpp …