I was doing a proof of concept using 0mq replacing a custom tcp transport. The benchmark runs as a unit test in one process. I got a 50% to 60% speed improvement over the custom implementation.
Now I'm wondering if 0mq is recognizing that it's in the same process and circumventing tcp all together (which would invalidate my benchmark). If so, is there a way to disable this behavior? Thanks Jim _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
