[zeromq-dev] Pub/Sub problem using sleep

2012-10-29 Thread Ineil
I have recently started to evaluate 0MQ, and as part of this evaluation I was trying the Pub/Sub example (Weather update client & server) from the guide. I compiled the C++ version and everything appeared to work fine. I then tried updating the server, to slow down its rate of transmission. I a

Re: [zeromq-dev] Pub/Sub problem using sleep

2012-10-29 Thread Ineil
use pastie.org, gist.github.com, etc) of the *exact same* > code you are compiling and running. We need to see what you are doing. > > cr > > On Oct 29, 2012, at 3:18 AM, Ineil wrote: > >> I have recently started to evaluate 0MQ, and as part of this evaluation I >&g

[zeromq-dev] Pub/Sub problem using sleep

2012-10-29 Thread Ineil
I have recently started to evaluate 0MQ, and as part of this evaluation I was trying the Pub/Sub example (Weather update client & server) from the guide. I compiled the C++ version and everything appeared to work fine. I then tried updating the server, to slow down its rate of transmission. I

Re: [zeromq-dev] Pub/Sub problem using sleep

2012-10-30 Thread Ineil
> On Mon, Oct 29, 2012 at 4:09 AM, Ineil wrote: > The server code is available at: > https://gist.github.com/3972502 > > The server code does not work as posted, but does work with the sleep > commented out. > > The client code comes straight from the zeromq guide.