SeattleTestbed / docs

Documentation for Seattle Testbed (scroll down for README)
MIT License
40 stars 164 forks source link

scaffolding threads #33

Open weissri opened 7 years ago

weissri commented 7 years ago

It would be good to have a simple exercise/tutorial to get students more comfortable with using threads. A complete solution to the security exercises assumes a good knowledge of threads and how to apply them. Many students may have this knowledge, so I view this as filling in a gap for some students.

JustinCappos commented 7 years ago

This makes a lot of sense. Any volunteers to make these materials?

On Fri, Oct 20, 2017 at 12:34 PM, Richard notifications@github.com wrote:

It would be good to have a simple exercise/tutorial to get students more comfortable with using threads. A complete solution to the security exercises assumes a good knowledge of threads and how to apply them. Many students may have this knowledge, so I view this as filling in a gap for some students.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SeattleTestbed/docs/issues/33, or mute the thread https://github.com/notifications/unsubscribe-auth/AA0XDy8RDGRUKt8xrHddPYBAPZ35AsGnks5suMt5gaJpZM4QA6zQ .

aaaaalbert commented 7 years ago

I can make a stab at this --- talk about concurrency and threads as concepts, introduce synchronization and locks, scopes and closures, exception handling perhaps...