Skip to content

Commit 6cecf9f

Browse files
committed
Updated with proxy start stop
1 parent 2cb5493 commit 6cecf9f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ The idea is to create a mechanism for sending multiple requests if parallel and
44
when needed. In between, the client thread is free to do its own work.
55
It is not necessary to fetch results in the same order as they have been submitted.
66

7+
78
Please have a look at the examples folder.
89

910
## Usage
@@ -32,6 +33,11 @@ Please have a look at the examples folder.
3233
rpc_server.Start(5);
3334
</pre>
3435

36+
5. Stop the server gracefully
37+
<pre>
38+
rpc_server.Stop();
39+
</pre>
40+
3541
### Client
3642

3743
1. Start the context with n=1 string(s)
@@ -89,7 +95,7 @@ refer to the example provided for a timer implementation.
8995

9096
- a C++ compiler ( g++/clang++)
9197
- cmake ( v2.8+ )
92-
- ZeroMQ ( v3.2+ )
98+
- ZeroMQ ( v4.0.5+ )
9399
- Google Protocol Buffers ( v2.5 )
94100
- Google Logging Framework - glog ( v0.3.3 )
95101
- Boost ( v1.48+)

0 commit comments

Comments
 (0)