JustinTulloss / zeromq.node

Node.js bindings to the zeromq library
MIT License
1.65k stars 284 forks source link

Question about polling/ support for killing non-responding connnections #149

Open cresny opened 12 years ago

cresny commented 12 years ago

I'm using this binding in a req -> router/dealer <-rep configuration. I'd like to build in reliability, using perhaps the "Lazy Pirate" pattern from the guide, but this pattern relies on user-land connection polling, which doesn't seem to be supported by this binding. Therefore it appears to me there is no support for killing unresponsive connections using the zmq node.js binding. Is this correct?

soggie commented 11 years ago

Yes, this is correct. Case closed. :P

In short, this module is a binding, so these high level stuff aren't the same scope. At least this is my view.