Wednesday, April 4, 2012

Discussion for 4/4: Threads & Multiprocessing

Hi class.  Please post your thoughts or questions about threads & concurrency here.

Links to some helpful reading:
http://docs.oracle.com/javase/tutorial/essential/concurrency/
http://docs.oracle.com/javase/tutorial/uiswing/concurrency/

UPDATE: remember to check out the threads examples from the class repository.
https://svn.cs.unm.edu/common/edu/unm/cs/cs251spr12/hayes/lecture30_threads
Try to figure out the MysteryDemo example.
Also: What sort of changes to these code examples might lead to race conditions?

No comments:

Post a Comment