redpanthers / slides

https://redpanthers.io/slides/
1 stars 2 forks source link

Multithreading modified slides #70

Closed aparna951992 closed 8 years ago

aparna951992 commented 8 years ago

@coderhs @manusajith Added modification to the slide presented during session along with explanation for the questions asked.

coderhs commented 8 years ago

@aparna951992 can you make it into two commits. Like the original slide and the modification you made, I can't make heads or tails out of this single commit.

aparna951992 commented 8 years ago
  1. Added how we can use multithreaded ruby program with an example of such a program.
  2. Added the correct functionality of Thread.abort_on_exception.
  3. Added details regarding how threads can be prioritized.
  4. Added details regarding implementing thread exclusion.
  5. Explained how multiprogramming is implemented as well as multithreading is implemented using examples.
  6. Explained actors and fibres in detail as well as the problem while using fibre.