[zeromq-dev] Parallel sort
Martin Sustrik
sustrik at 250bpm.com
Mon Aug 2 10:22:03 CEST 2010
Hi Oliver,
> So, I decided to try and figure out how to implement a parallel sort
> with ZeroMQ message passing.
...
I would say your problem boils down to the following question:
"Are there any recursive messaging patterns in 0MQ?"
Or, in a more generic way:
"Are the recursive messaging patterns a good idea at all?"
I have no real answer as for now. However, the idea of sending messages
in (possibly infinite?) loops sound kind of scary.
Martin
More information about the zeromq-dev
mailing list