ZMQ-based preforked workers pool implementation.
- make (tested with GNU Make 3.82)
- gcc (tested with 4.8.3)
- cmake (tested with 2.8.11)
- ZeroMQ (tested with 3.2.5)
First, init and update git submodules:
git submodule init
git submodule update
Then create build
folder, chdir to it and run:
cmake ..
Then run make
.
Distributed under terms and conditions of Apache 2.0 license (see file LICENSE for details).
The following people are involved in development:
- Oleksandr Natalenko <o.natalenko@lanet.ua>
Mail them any suggestions, bugreports and comments.