Lines Matching full:to
1 This directory contains some glue code to allow Thrift RPCs to be sent over
8 hidden from developers, but one cannot be: oneway methods have to be handled
9 differently from normal ones. ZeroMQ requires the messaging pattern to be
11 message-by-message basis whether to send a reply. Therefore, this
12 implementation makes it the client's responsibility to ensure that ZMQ_REQ
15 have to expose two servers (on two ports), but the TZmqMultiServer makes it
16 easy to run the two together in the same thread.
20 To build, simply install Thrift and ZeroMQ, then run "make". If you install
21 in a non-standard location, make sure to set THRIFT to the location of the
22 Thrift code generator on the make command line and PKG_CONFIG_PATH to a path
24 servers take no arguments. Run the test clients with no arguments to
25 retrieve the stored value or with an integer argument to increment it by
35 unless someone converts it to netstd