Re: [zeromq-dev] [**EXTERNAL**] Load Balancer with Multiple Brokers for Redundancy

2018-04-16 Thread Vieregge, Tim
Hi Cagri, Never implemented one personally but checkout out Chapter 4 in the zguide, specifically the Majordomo and Binary Star patterns. There's an implementation of the Majordomo pattern too if you want to check out what it would look like fleshed out. No redundant broker in the

Re: [zeromq-dev] Only first X messages received with PGM/0MQ c++ setup

2018-04-16 Thread Luca Boccassi
On Mon, 2018-04-16 at 18:25 +0200, Johnny Berentsen wrote: > 2018-04-16 14:35 GMT+02:00 Luca Boccassi : > > > On Mon, 2018-04-16 at 13:54 +0200, Johnny Berentsen wrote: > > > 2018-04-02 15:30 GMT+02:00 Johnny Berentsen > > il.c > > > om>: > > > >

Re: [zeromq-dev] Only first X messages received with PGM/0MQ c++ setup

2018-04-16 Thread Johnny Berentsen
2018-04-16 14:35 GMT+02:00 Luca Boccassi : > On Mon, 2018-04-16 at 13:54 +0200, Johnny Berentsen wrote: > > 2018-04-02 15:30 GMT+02:00 Johnny Berentsen > om>: > > > > > Hi all > > > > > > > > > > Now I have a vector with size 2500 of

Re: [zeromq-dev] Only first X messages received with PGM/0MQ c++ setup

2018-04-16 Thread Johnny Berentsen
2018-04-02 15:30 GMT+02:00 Johnny Berentsen : > Hi all > > So I made a small example showing my problem. Attached server.cc and client.cc at the end. Now I have a vector with size 2500 of std::strings filled with 4096 # characters. Every ten seconds I loop through

Re: [zeromq-dev] Only first X messages received with PGM/0MQ c++ setup

2018-04-16 Thread Luca Boccassi
On Mon, 2018-04-16 at 13:54 +0200, Johnny Berentsen wrote: > 2018-04-02 15:30 GMT+02:00 Johnny Berentsen om>: > > > Hi all > > > > > > So I made a small example showing my problem. Attached server.cc and > client.cc at the end. > Now I have a vector with size 2500