Hi all,
zdevice/1.0 is now available at
http://github.com/imatix/zdevices/tree/master/c/generic/.
This application starts a single-threaded device based on a JSON
config file, or automagically from the command line.
This is what a config file looks like:
{
"context": {
"iothreads": 1,
"verbose": true
},
"main" : {
"type": "zqueue",
"frontend": {
"option": {
"hwm": 1000,
"swap": 25000000
},
"bind": "tcp://eth0:5555"
},
"backend": {
"bind": "tcp://eth0:5556"
}
}
}
Feedback welcome. This is part of the zdevices project. It depends
on zmq and zfl.
-
Pieter Hintjens
iMatix - www.imatix.com
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev