[zeromq-dev] Lossing messages problem solver
Seif Attar
iam at seifattar.net
Wed Mar 14 17:16:49 CET 2012
Hello,
I was loosing messages, and I went through:
https://github.com/imatix/zguide/raw/master/images/fig9.png
And I think something is wrong with that diagram, the problem is that
that i had Pub/Sub starting the SUB first causing a slow joiner
So following the flow:
1. Are you loosing message in sub sockets? -> Yes
2. Do you set a subscription for messages? -> Yes
3. Do you start the sub socket after the pub -> No
4. Start all sockets first then the pub. <- :| I am already doing this.
The Yes/No coming from question 3 should be inverted I think!
I thought I'd try the joiner in any case, and that was my problem.
Just pointing it out to make it easier for any1 following that flow!
:)
More information about the zeromq-dev
mailing list