Hi Alex, > how does one correclty "stop" the c++ api to zmq? I mean after creating > the dispatcher, locator, io and api threads, how do I reverse that? Destructors will do the job. Martin