zeromq - how to specify zmq swap file path -


i using zeromq c++ libary. zmq_swap option puts outstanding messages storage on disk. how can specify swap file? zmq_setsokopt function sets swap size this:

uint64_t swap = 25000000; zmq_setsockopt (publisher, zmq_swap, &swap, sizeof (swap)); 

zmq_swap has been removed in v3.x of 0mq, due problems implementing it. far can tell, option specify path never implemented.

if you're using option in v2.1.x, you'll need redesign in case in order upgrade more recent version of 0mq.

see here , here more details.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -