Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

bizzaro-jhunt/gridmq

Repository files navigation

Welcome to gridmq

MIT License Linux Status

gridmq library is a simple high-performance implementation of several "scalability protocols". Scalability protocol's job is to define how multiple applications communicate to form a single distributed application.

For more info check the web site: http://gridmq.net

Build it

  1. Download the package.
  2. Unpack it.
  3. Go to the root directory of the package.
  4. ./bootstrap
  5. ./configure
  6. make
  7. make check
  8. sudo make install
  9. On Linux or other platforms which use ld.so for dynamic linking, run ldconfig or equivalent as root to update your system’s shared library cache.

Resources

Website: http://gridmq.net

Source code: https://github.com/gridmq/gridmq

Bug tracker: https://github.com/gridmq/gridmq/issues