Difference between revisions of "CSC352 Class Page 2010"
Line 19: | Line 19: | ||
* Google University Code | * Google University Code | ||
** [http://code.google.com/edu/submissions/rutgers/index.html Lecture Notes] by Paul Krzyzanowski for a course on Distributed Computing at Rutgers. Quite complete, and covering the basics of parallelism, RPC, synchronization, fault tolerance, security, and distributed file systems. | ** [http://code.google.com/edu/submissions/rutgers/index.html Lecture Notes] by Paul Krzyzanowski for a course on Distributed Computing at Rutgers. Quite complete, and covering the basics of parallelism, RPC, synchronization, fault tolerance, security, and distributed file systems. | ||
+ | |||
+ | * [http://research.microsoft.com/en-us/collaboration/fourthparadigm/ The Fourth Paradigm: Data-Intensive Scientific Discovery], Microsoft Research, 2009. [http://research.microsoft.com/en-us/collaboration/fourthparadigm/contents.aspx Table of Contents], ([http://tango.csc.smith.edu/dftwiki/images/4thParadigmMicrosoftGray09.pdf Low-res cached copy]). A superb collection of essays on different topics. The main chapters are: | ||
+ | ** Part 1: Earth and Environment | ||
+ | ** Part 2: Health and Wellbeing | ||
+ | ** Part 3: Scientific Infrastructure | ||
+ | ** Part 4: Scholarly Communication | ||
+ | ** Final Thoughts | ||
==Python Threads== | ==Python Threads== |