* I have been using apache mina for non-blocking-io in java, and now
with zeromq I need something similar in Java.

* Is there some framework in java, that will handle the Poller loop?
registering sockets for reading/writing, and unregistering it for
writes when no data, so as to avoid busy looping? Uses threadpools
optimally, has some filters support etc.

* I have started to write this on my own, but it would be nice if I
could find something thats more stable.

thanks.

-- 
Jigar Gosar
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to