Hi Tom, > I assume I would instantiate an object in thread A and package a > *pointer* to that object in a ZMQ message. That is, the binary payload > of the message is just a pointer.
It'll work. However, it means you are firmly stuck in a single process. You won't be able to scale later on. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
