[zeromq-dev] zmq_monitor

Justin Cook jhcook at gmail.com
Thu Sep 13 00:39:55 CEST 2012


On Wednesday, 12 September 2012 at 23:16, Paul Colomiets wrote:
> In my opinion it's wrong to provide callback interface for ZMQ_MONITOR
> in scripting languages.
> 
> Thoughts?
Scripting language is fairly vague. Python is an interpreted language that is used in large codebases. What's wrong with providing a callback for ZMQ_MONITOR? 

MinRK has a valid point. Is it just too much work and/or expensive to put this on sockets and not the context? It makes 100% sense to put this in  individual sockets versus the entire context.

-- 
Justin Cook 





More information about the zeromq-dev mailing list