[zeromq-dev] pollset in AIX

2016-09-12 Thread
I have found pollset is not used in AIX 7.1 platform and I test the ZMQ with pollset poller. The exciting is that my program can benifit from pollset with about 7% performance enhencement. Would you like push the pollset poller in ZMQ?___ zeromq-dev

Re: [zeromq-dev] libzmq not working in a custom embedded linux box

2016-07-20 Thread
it's correct I think. you need run `make`.after `./configure` At 2016-07-21 00:42:10, "Alejandro Javier Schwoykoski" wrote: Hello all, I have a device that runs a customized (more like handcrafted) embedded Linux with a resident application that controls the whole

Re: [zeromq-dev] How do I reply to a specific message?

2016-07-16 Thread
Only REQ/REP can do this. Or you can use DEALER/ROUTER instead At 2016-07-16 00:31:29, "vincegata" wrote: Hi, How do I reply to a specific message in a thread? When I send reply my message starts a whole new thread. I use gmail. Thank you. On Fri, Jul 15,

[zeromq-dev] Lost message with PUSH/PULL

2016-06-30 Thread
Hi every guys: I got a problem which ZMQ will lost some messages with PUSH/PULL ZMQ socket. The scene like this: A: PUSH socket, bind address "tcp://*.1209" B: PULL socket, connect to "tcp://localhost:1209" Run the command "telnet localhost 1209" while A