I have several C worker processes that need to send data to a single Java process that will collect and aggregate it. I was thinking of binding on a SUB socket in the Java process and then connecting to the same endpoint on a PUB socket in each C one. Would this work or is there a better pattern for this?
-Andrei
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
