Computer Science Canada Any recommanded reading on multithreading, or multiprogramming ? |
Author: | infsmall [ Tue Apr 05, 2011 4:13 pm ] |
Post subject: | Any recommanded reading on multithreading, or multiprogramming ? |
I am recently taking a computer organization course in uw. It's an introductory course and it's not a cs major course. I understand everything in the course except the topic on concurrency. The lecture notes are in point form, so I need more reading to clear up my confusion. It's basically about multiprocessing, mutual exclusion/signalling, and communication between threads or processes. I appreciate your help! |
Author: | Tony [ Tue Apr 05, 2011 4:36 pm ] |
Post subject: | RE:Any recommanded reading on multithreading, or multiprogramming ? |
Take the keywords from the point-form notes, and look up wikipedia pages on those terms. That should be a good start; you can expand from there. |