Commit 6cecf9f 1 parent 2cb5493 commit 6cecf9f Copy full SHA for 6cecf9f
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ The idea is to create a mechanism for sending multiple requests if parallel and
4
4
when needed. In between, the client thread is free to do its own work.
5
5
It is not necessary to fetch results in the same order as they have been submitted.
6
6
7
+
7
8
Please have a look at the examples folder.
8
9
9
10
## Usage
@@ -32,6 +33,11 @@ Please have a look at the examples folder.
32
33
rpc_server.Start(5);
33
34
</pre >
34
35
36
+ 5 . Stop the server gracefully
37
+ <pre >
38
+ rpc_server.Stop();
39
+ </pre >
40
+
35
41
### Client
36
42
37
43
1 . Start the context with n=1 string(s)
@@ -89,7 +95,7 @@ refer to the example provided for a timer implementation.
89
95
90
96
- a C++ compiler ( g++/clang++)
91
97
- cmake ( v2.8+ )
92
- - ZeroMQ ( v3.2 + )
98
+ - ZeroMQ ( v4.0.5 + )
93
99
- Google Protocol Buffers ( v2.5 )
94
100
- Google Logging Framework - glog ( v0.3.3 )
95
101
- Boost ( v1.48+)
You can’t perform that action at this time.
0 commit comments