-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
assignments/parallel-firewall: Add parallel firewall assignment #121
Conversation
8565a02
to
8648318
Compare
Published at https://cs-pub-ro.github.io/operating-systems/121/ |
8648318
to
f6de3b5
Compare
Published at https://cs-pub-ro.github.io/operating-systems/121/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left a suggestion for the introductory part of the statement.
Please use as much (or as little) of it as you want.
I wanted to give a bit more details about what happens in a real world scenario and how this is all dumbed down scenario using made up traffic (to not have them think they also need to do networking stuff in this assignment)
59612b2
to
6059cc7
Compare
814c01e
to
b83d348
Compare
Published at https://cs-pub-ro.github.io/operating-systems/121/ |
Published at https://cs-pub-ro.github.io/operating-systems/121/ |
Published at https://cs-pub-ro.github.io/operating-systems/121/ |
Published at https://cs-pub-ro.github.io/operating-systems/121/ |
d90b2a9
to
7dc5fb0
Compare
267bfc8
to
5327dfa
Compare
Add parallel firewall assignment for the compute chapter. The goal is to introduce students to parallel programming with a single producer multiple consumer problem that uses a thread-safe ring buffer to transfer data between threads. Signed-off-by: Andrei Stan <[email protected]> Signed-off-by: Anton-Fabian Patras <[email protected]>
5327dfa
to
f806952
Compare
Add parallel firewall assignment for the compute chapter.
The goal is to introduce students to parallel programming with a single producer multiple consumer problem that uses a thread-safe ring buffer to transfer data between threads.
Prerequisite Checklist
Description of changes