summaryrefslogtreecommitdiff
path: root/doc/zmq.txt
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-09-04 15:51:09 +0200
committerMartin Lucina <mato@kotelna.sk>2010-09-04 15:51:09 +0200
commit83d253d72d4fe83f4a001a7cfb4059ccc52b04e0 (patch)
tree94be90cc0d34c9f35e68ecc98c357478046cdbac /doc/zmq.txt
parent14853c2db528b3fd6eed84786053549e71f61bb7 (diff)
Revert "Removed wip zmq_deviced from master"
This reverts commit de0173754cc82f6c08875a892892f043a804554c.
Diffstat (limited to 'doc/zmq.txt')
-rw-r--r--doc/zmq.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/zmq.txt b/doc/zmq.txt
index 362f907..54c7ba1 100644
--- a/doc/zmq.txt
+++ b/doc/zmq.txt
@@ -144,7 +144,9 @@ nodes in complex messaging topologies. Devices can act as brokers that other
nodes connect to, proxies that connect through to other nodes, or any mix of
these two models.
-You can start a device in an application thread, see linkzmq:zmq_device[3].
+You can start a device in an application thread, see linkzmq:zmq_device[3],
+and you can also start devices externally, as standalone processes, see
+linkzmq:zmq_deviced[1].
ERROR HANDLING