On Tue, Nov 22, 2011 at 2:26 PM, Srini Kommoori <[email protected]> wrote:
> I just pushed leveldb-server using zmq and
> pyzmq  https://github.com/srinikom/leveldb-server
> Appreciate feedback/comments. There is a known issue from zmq side with 1M+
> messages that I am looking at. Planning to leverage lot of zmq topologies
> and features.
> thanks,
> -Srini

Very nice, using zmq as the transport with leveldb seems like a very
good fit. Given the simplicity of the protocol, I would try
documenting it on a wiki page on github or similar to make it easier
for people to write clients. For your xreq/xrep queue you may want to
use on the built in device instead - nothing with your code looks
wrong, but it will limit any changes you have to make in version
changes I would suspect.

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

Reply via email to