[zeromq-dev] Designing a new architecture
andrea crotti
andrea.crotti.0 at gmail.com
Fri Aug 3 14:06:10 CEST 2012
2012/8/2 Michel Pelletier <pelletier.michel at gmail.com>:
> I would avoid stretching the file abstraction over a zmq socket like
> that. Maybe another library that is more flexible for command line
> and simple interpreters like cliff
> (http://pypi.python.org/pypi/cliff/) would be easier for you to
> integrate with zmq. Cmd after all, is pretty archaic and file
> oriented.
>
Thanks for the answer, I'm playing with cliff now and I will try to
integrate it with zeromq, it might be very nice if I get that working..
If anyone already did I'm all ears ;)
All I want is that every process listens on a port and I can connect
to its argument parser.
As a comment from a fresh lerner, the documentation is great, but I'm
missing a few things:
- some good references on theoretical simple explanation about the
various models.
- there are many examples, but at least the Python ones are not very
commented, and
also most of them need to run two different files to actually get
something done,
and it's not very clear to me yet how to do.
I'll go back to chapter 3 to see if I can understand something more..
More information about the zeromq-dev
mailing list