From fe91e5af96ded30362e3f7df6aef82fa83b527f6 Mon Sep 17 00:00:00 2001 From: Radoslaw Karabowicz Date: Wed, 16 Jul 2014 15:41:26 +0200 Subject: [PATCH] Adding reademe files --- fairmq/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fairmq/README.md diff --git a/fairmq/README.md b/fairmq/README.md new file mode 100644 index 00000000..bfc0d70c --- /dev/null +++ b/fairmq/README.md @@ -0,0 +1,9 @@ +fairmq +======== + +The standard FairRoot is running all the different analysis tasks within one process. The FairMQ ([Message Queue](http://en.wikipedia.org/wiki/Message_queue)) allows starting tasks on different processes and provides the communication layer between these processes. + +The underlying communication layer in the FairMQ is now provided by: + +- [ZeroMQ](http://zeromq.org); +- [NanoMSG](http://nanomsg.org). \ No newline at end of file