From 5ba1cb20fe6f6699cef1cc726718e760cd4c9af1 Mon Sep 17 00:00:00 2001
From: Martin Lucina A ØMQ context is thread safe and may be shared among as many application
-threads as the application has requested using the app_threads parameter to
-zmq_init(), without any additional locking required on the part of the
+threads as necessary, without any additional locking required on the part of the
caller. Each ØMQ socket belonging to a particular context may only be used
by the thread that created it using zmq_socket().Thread safety
Multiple contexts
@@ -859,7 +858,8 @@ included with the ØMQ distribution.