[zeromq-dev] Initial support for zmq_poll() under Java

Martin Sustrik sustrik at 250bpm.com
Thu Feb 25 07:57:12 CET 2010


Hi Gonzalo,

> Question: would you accept a patch to create these two files and add
> lots of LOG() calls to Context.cpp / Socket.cpp, which by default will
> do nothing but which could be helpful in debugging this binding?

In general we are trying to avoid any code that's not strictly 
necessary. The rationale is there's an associated cost with maintaining 
each line of code. Having many language bindings this cost becomes 
non-trivial and prevents resources going to the development of 0MQ core.

However, lately we are trying to offload the binding development from 
0MQ project itself. As you can see, some bindings are already developed 
as separate projects.

Thus, if you are willing to take care of Java binding this way, let me know.

Martin




More information about the zeromq-dev mailing list