Re: [zeromq-dev] Exiting a child thread

2018-04-17 Thread Cerizza, Giordano
Dear Luca, It still hangs. Am I doing something conceptually wrong? If needed, I can post my full streaming class for suggestions/comments. Thanks Giordano On Apr 17, 2018, at 6:15 PM, Luca Boccassi > wrote: On Tue, 2018-04-17 at 13:10

Re: [zeromq-dev] Exiting a child thread

2018-04-17 Thread Luca Boccassi
On Tue, 2018-04-17 at 13:10 +, Cerizza, Giordano wrote: > Hi, > I have the following problem: I have a source of messages connected > to a proxy; the PULL/PUSH proxy reroutes the > messages via inproc to a multithreaded service that receives the > messages and pushes them to a destination

Re: [zeromq-dev] Exiting a child thread

2018-04-17 Thread Patrick Boettcher
Hi again, I was so happy that I could share the self-pipe-trick that I must have overlooked the zmq_proxy-part of your description. Sorry for that, I think my answer does not help you for your problem - at least this time. regards, -- Patrick. On Tue, 17 Apr 2018 15:37:59 +0200 Patrick

Re: [zeromq-dev] Exiting a child thread

2018-04-17 Thread Patrick Boettcher
Hi Giordano, On Tue, 17 Apr 2018 13:10:33 + "Cerizza, Giordano" wrote: > Hi, > I have the following problem: I have a source of messages connected > to a proxy; the PULL/PUSH proxy reroutes the messages via inproc to a > multithreaded service that receives the

[zeromq-dev] Exiting a child thread

2018-04-17 Thread Cerizza, Giordano
Hi, I have the following problem: I have a source of messages connected to a proxy; the PULL/PUSH proxy reroutes the messages via inproc to a multithreaded service that receives the messages and pushes them to a destination sink. Here some pseudocode to help understand the streaming class: void