Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
manycore
emper
Merge requests
!165
[EchoClient] overhaul the EchoClient.cpp
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[EchoClient] overhaul the EchoClient.cpp
aj46ezos/emper:echo_client_reconnect
into
master
Overview
0
Commits
2
Pipelines
10
Changes
1
Merged
Florian Fischer
requested to merge
aj46ezos/emper:echo_client_reconnect
into
master
4 years ago
Overview
0
Commits
2
Pipelines
10
Changes
1
Expand
Reconnect (close, new socket, connect) when the TCP connection is unexpectedly closed and count the reconnects
Send echo messages carrying information: "client-id:iteration"
Use a Client class holding a clients state instead of a pthread-style clientFunc
Create the Client object in the client Fiber to use NUMA first-touch policy
Reduce code duplication:
starting a new Client is now done with Client::startNew
latency measurement and error handling are moved from the clientIteration* functions in the Client::run function
Edited
4 years ago
by
Florian Fischer
0
0
Merge request reports
Compare
master
version 9
8109c2ba
4 years ago
version 8
ca772deb
4 years ago
version 7
8f01db62
4 years ago
version 6
6c52851d
4 years ago
version 5
b2a5ec09
4 years ago
version 4
cb4ddc3b
4 years ago
version 3
cb4ddc3b
4 years ago
version 2
3088fd5e
4 years ago
version 1
cbeae145
4 years ago
master (base)
and
latest version
latest version
0b08f773
2 commits,
4 years ago
version 9
8109c2ba
2 commits,
4 years ago
version 8
ca772deb
2 commits,
4 years ago
version 7
8f01db62
1 commit,
4 years ago
version 6
6c52851d
1 commit,
4 years ago
version 5
b2a5ec09
1 commit,
4 years ago
version 4
cb4ddc3b
1 commit,
4 years ago
version 3
cb4ddc3b
1 commit,
4 years ago
version 2
3088fd5e
1 commit,
4 years ago
version 1
cbeae145
1 commit,
4 years ago
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
1
Search (e.g. *.vue) (Ctrl+P)
Loading