Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
d3480579
Commit
d3480579
authored
Nov 09, 2020
by
Hauke Goldhammer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update setup example
parent
3d6e6a88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
examples/broker/simple_broker.cpp
examples/broker/simple_broker.cpp
+3
-4
examples/remoting/distributed_calculator.cpp
examples/remoting/distributed_calculator.cpp
+2
-2
No files found.
examples/broker/simple_broker.cpp
View file @
d3480579
...
...
@@ -3,10 +3,9 @@
* a broker. Server and client exchange integers in a 'ping-pong protocol'. *
* *
* Minimal setup: *
* - ./build/bin/broker -s 4242 *
* - ./build/bin/broker -c localhost 4242 *
\
******************************************************************************/
* - ./build/example/simple_broker -s 4242 *
* - ./build/example/simple_broker -c localhost 4242 *
\******************************************************************************/
// Manual refs: 42-47 (Actors.tex)
...
...
examples/remoting/distributed_calculator.cpp
View file @
d3480579
...
...
@@ -4,10 +4,10 @@
// The client auto-reconnects and also allows for server reconfiguration.
//
// Run server at port 4242:
// - ./build/
bin/distributed_math_ac
tor -s -p 4242
// - ./build/
examples/distributed_calcula
tor -s -p 4242
//
// Run client at the same host:
// - ./build/
bin/distributed_math_ac
tor -c -p 4242
// - ./build/
examples/distributed_calcula
tor -c -p 4242
// Manual refs: 206-218 (ConfiguringActorSystems)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment