Paolo Ardoino

Results 47 comments of Paolo Ardoino

It should work with 0.12 but I cannot rely on it for my project.

@talss89 I prefer to revert the change in node_modules/zmq/lib/index.js (around line 500) ``` javascript do { emitArgs.push(this._zmq.recv()); } while (this._receiveMore); var self = this; // Handle received message immediately for...

@ronkorving In my scenario there is only a huge send (about 100000 outgoing messages) and 1 single incoming message. So I think that switching from send to receive wouldn't solve...

On my computer I get: Python: 50k requests/sec Node: 10k requests/sec I think that the test should be fixed a little bit [Here](https://github.com/jmparra/two-queues/blob/zeroqm-nodejs/pubsub/publisher.js) you use a setImmediate to push messages...

I see that the _flush method emits an event for received messages. So moving the _flush function to C++ we should also use a C++ event emitter. Am I missing...

@reqshark @ronkorving please give a try to this PR https://github.com/JustinTulloss/zeromq.node/pull/492