Difference between revisions of "CSC352 Class Page 2010"
(→Python Threads) |
(→Python Threads) |
||
Line 34: | Line 34: | ||
* [http://cs.smith.edu/classwiki/index.php/CSC352_Page Lecture Notes] | * [http://cs.smith.edu/classwiki/index.php/CSC352_Page Lecture Notes] | ||
|| | || | ||
+ | ;Read: | ||
* What is a Thread? [http://en.wikipedia.org/wiki/Thread_(computer_science)] | * What is a Thread? [http://en.wikipedia.org/wiki/Thread_(computer_science)] | ||
* What is a Processes? [http://en.wikipedia.org/wiki/Process_(computing)] | * What is a Processes? [http://en.wikipedia.org/wiki/Process_(computing)] | ||
+ | ;Reference material for when we start programming: | ||
* [http://www.python.org/doc/2.5.2/lib/thread-objects.html Python.org's page] on Thread Objects. It's the reference, but is not always crystal clear... | * [http://www.python.org/doc/2.5.2/lib/thread-objects.html Python.org's page] on Thread Objects. It's the reference, but is not always crystal clear... | ||
* [http://linuxgazette.net/107/pai.html Linux Gazette Article] on Python Threads. Good overall introduction. | * [http://linuxgazette.net/107/pai.html Linux Gazette Article] on Python Threads. Good overall introduction. | ||
* [http://heather.cs.ucdavis.edu/~matloff/Python/PyThreads.pdf Norm Matloff's] introduction to Python Threads. More details, less easy to follow. | * [http://heather.cs.ucdavis.edu/~matloff/Python/PyThreads.pdf Norm Matloff's] introduction to Python Threads. More details, less easy to follow. | ||
− | + | ;For Discussion next Tuesday | |
+ | *read the paper by Asanovic K. ''et al'', [http://www.eecs.berkeley.edu/Pubs/TechRpts/2006/EECS-2006-183.pdf The Landscape of Parallel Computing Research: A View from Berkeley], Dec. 2006. ([[media:LandscapeParallelProcessingBerkeley1206.pdf|cached copy]]) | ||
<!-- ================================================================== --> | <!-- ================================================================== --> |
Revision as of 14:41, 26 January 2010
Python Threads
Week | Topics | Reading |
Week 1 1/25 |
|
|
Week 2 2/1 |
|
|
Week 3 2/8 |
|
|
XGrid Programming
Week | Topics | Reading |
Week x |
|
|
Week x |
|
|
Week x |
|
|
Cloud Computing
Week | Topics | Reading |
Week x |
|
|
Week x |
|
|
Week x |
|
|