Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
abrahaja
MapReduce Server
Commits
c18777d7
Commit
c18777d7
authored
Sep 12, 2021
by
abrahaja
Browse files
Add README.md
parent
29d45847
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
c18777d7
Constructed a server for handling MapReduce jobs, using Python, Git, WSL.
Designed ‘Master’ to manage and distribute partitioned jobs via TCP; ‘Workers’ perform delegated tasks.
Multi-processed & multi-threaded to parallelize work, and addressed busy-wait bottleneck via thread sleeps.
Implemented fault-tolerance via UDP ‘heartbeats’ to ensure task completion.
Write
Preview
Supports
Markdown
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