FairMQ/fairmq/examples/req-rep
Alexey Rybalchenko ce58ee2302 Fix warnings produced with -Weffc++ in fairmq, base/MQ and Tutorial3.
Remaining warnings originate from boost::msm and boost::mpl.
Also, warnings with missing initializer list entries for DeviceOptions are false positives, since those are PODs.
2015-01-21 16:19:16 +01:00
..
FairMQExampleClient.cxx Fix warnings produced with -Weffc++ in fairmq, base/MQ and Tutorial3. 2015-01-21 16:19:16 +01:00
FairMQExampleClient.h Add REQ-REP zmq/nn sockets to FairMQ together with a little example program. 2014-10-10 18:41:36 +02:00
FairMQExampleServer.cxx Add REQ-REP zmq/nn sockets to FairMQ together with a little example program. 2014-10-10 18:41:36 +02:00
FairMQExampleServer.h Add REQ-REP zmq/nn sockets to FairMQ together with a little example program. 2014-10-10 18:41:36 +02:00
README.md Add REQ-REP zmq/nn sockets to FairMQ together with a little example program. 2014-10-10 18:41:36 +02:00
runExampleClient.cxx Fix warnings produced with -Weffc++ in fairmq, base/MQ and Tutorial3. 2015-01-21 16:19:16 +01:00
runExampleServer.cxx bugfix: incorrect buffer size config 2015-01-21 16:19:14 +01:00

FairMQ Request-Reply Example

This example demonstrates usage of the request-reply pattern together with FairMQ. Two processes - example_client and example_server communicate. The client sends a text string and the server respondes by returning the string back to the client. The communication happens over a single REP-REP socket. Works both with ZeroMQ and with nanomsg transport.