Looking for multiproc demo video
March 30, 2007 5:53 AM
Subscribe
I'm looking for a demo video of how a multiproc system handles processes and switching for a Intro to CS class.
I'm teaching a portion of class as part of a student project, and I'd like to have a short 1-2 minute demo of how a multiproc system would coordinate multiple processes, having no luck searching Google, any format would work for me. Thanks in advance! :)
posted by tjbarrett to computers & internet (3 comments total)
1 user marked this as a favorite
If your processes have a common memory pool, it is easy enough to use semaphores when you need to synchronize processes. Otherwise, the entire point of a multi processor system is that you want processes to execute asynchronously.
posted by b1tr0t at 6:50 AM on March 30, 2007