> I know this all sounds pretty bread-and-butter-y, but I am just trying > to make sure I've got the basics covered. Thanks.
And yes, I am an ass. I was creating the sockets in the constructor of my threaded object, which runs in the context of the MAIN thread. After I moved the creation to the run() method, which runs in the context of the NEW thread, poof! 0MQ started doing its magic again. Sorry for all the public introspection; it really helped me diagnose this. -- Gonzalo Diethelm _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
