====== Calendar ====== ===== January 6 ===== Herb Sutter and James Larus. [[http://dx.doi.org.ezproxy.library.yorku.ca/10.1145/1095408.1095421|Software and the Concurrency Revolution]]. //Queue//, 3(7):54-62, September 2005. Celeste Biever. {{private:biever.pdf|Chip revolution poses problems for programmers}}. //New Scientist//, 2594:26-27, March 2007. Bryan Cantrill and Jeff Bonwick. [[http://dx.doi.org.ezproxy.library.yorku.ca/10.1145/1400214.1400227|Real-world concurrency]]. //Communications of the ACM//, 51(11):34-39, November 2008. {{public:lecture1a.pdf|Slides of lecture 1}}. ===== January 8 ===== A guest lecture by librarian Jacqueline Kreller-Vanderkooy will take place in the Steacie Building, room 021B (the basement computer lab). Ask at the library reference desk for room 021B if you cannot find it. Leah Graham and Panagiotis Takis Metaxas. [[http://dx.doi.org.ezproxy.library.yorku.ca/10.1145/769800.769804|Of course it's true; I saw it on the Internet!]] //Communications of the ACM//, 46(5):70-75, May 2003. Neil L. Waters. [[http://dx.doi.org.ezproxy.library.yorku.ca/10.1145/1284621.1284635|Why you can't cite Wikipedia in my class]]. //Communications of the ACM//, 50(9):15-17, September 2007. ===== January 13 ===== Chapter 1 of Mordechai Ben-Ari. [[http://www.library.yorku.ca/eresolver/?id=1065597|Principles of Concurrent and Distributed Programming]]. Second edition. Addison-Wesley, Harlow, UK, 2006. {{public:lecture2.pdf|Slides of lecture 3}}. ===== January 15 ===== P.J. Courtois, F. Heymans and D.L. Parnas. [[http://dx.doi.org.ezproxy.library.yorku.ca/10.1145/362759.362813|Concurrent control with "readers" and "writers"]]. Communications of the ACM, 14(10): 667-668, October 1971. Edsger W. Dijkstra. [[http://www.cs.utexas.edu/users/EWD/ewd06xx/EWD625.PDF|Two starvation-free solutions of a general exclusion problem]]. EWD 625. Suhas S. Patil. {{public:patil.pdf|Limitations and Capabilities of Dijkstra's Semaphore Primitives for Coordination among Processes}}. Computation Structures Group Memo 57, Massachusetts Institute of Technology, February 1971. Allen B. Downey. [[http://greenteapress.com/semaphores/downey08semaphores.pdf|The Little Book of Semaphores]]. {{public:lecture4.pdf|Slides of lecture 4}}. ===== January 20 ===== C.A.R. Hoare. [[http://dx.doi.org.ezproxy.library.yorku.ca/10.1145/355620.361161|Monitors: an operating system structuring concept]]. //Communications of the ACM//, 17(10):549--557, October 1974. Corrigenda * Add count := count - 1 to the first remove procedure on page 553. * Replace + with - in the release procedure on page 554. {{public:lecture5.pdf|Slides of lecture 5}}. ===== January 24 ===== C.A.R. Hoare. [[http://dx.doi.org.ezproxy.library.yorku.ca/10.1145/359576.359585|Communicating Sequential Processes]]. //Communications of the ACM//, 21(8):666-677, August 1978. Additional material can be found in\\ Steve Schneider. //[[http://www.cs.rhul.ac.uk/books/concurrency/|Concurrent and Real-time Systems: the CSP Approach]].// John Wiley & Sons. 1999. {{public:lecture6.pdf|Slides of lecture 6}}. ===== January 27 ===== R. Kent Treiber. [[http://domino.research.ibm.com/library/cyberdig.nsf/papers/58319A2ED2B1078985257003004617EF/$File/rj5118.pdf|System programming: coping with parallelism]]. Report RJ 5118. IBM Almaden Research Center, San Jose, CA, USA. April 1986. {{public:lecture7.pdf|Slides of lecture 7}}. ===== January 29 ===== Mary Campione, Kathy Walrath and Alison Huml. The Java Tutorial. [[http://java.sun.com/docs/books/tutorial/essential/concurrency/index.html|Lesson: Threads: Doing Two or More Tasks At Once]]. {{public:lecture8.pdf|Slides of lecture 8}}. ===== February 3 ===== Mary Campione, Kathy Walrath and Alison Huml. The Java Tutorial. [[http://java.sun.com/docs/books/tutorial/essential/concurrency/index.html|Lesson: Threads: Doing Two or More Tasks At Once]]. ===== February 5 ===== Presentations of the first assignment. {{public:lecture10.pdf|Slides of lecture 10}}. ===== February 10 ===== Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes and Doug Lea. [[http://proquest.safaribooksonline.com.ezproxy.library.yorku.ca/0321349601|Java Concurrency in Practice]]. Addison-Wesley, 2006. {{public:lecture11.pdf|Slides of lecture 11}} {{:private:book.pdf|Java PathFinder: a tool to detect bugs in Java code}} ===== February 12 ===== A guest lecture by Susan Visser, Publishing Program Manager at IBM, on writing. [[http://www.slideshare.net/SusanVisser1/the-art-of-technical-writing-for-york-university|The Art of Technical Writing]] ===== February 24 ===== [[http://www.cs.kent.ac.uk/projects/ofa/jcsp/|Communicating Sequential Processes for Java]] [[http://www.ibm.com/developerworks/java/library/j-csp1/index.html|CSP for Java programmers, Part 1]] [[http://www.ibm.com/developerworks/java/library/j-csp2/index.html|CSP for Java programmers, Part 2]] [[http://www.ibm.com/developerworks/java/library/j-csp3/index.html|CSP for Java programmers, Part 3]] {{public:lecture13.pdf|Slides of lecture 13}} ===== February 26 ===== {{public:lecture14.pdf|Slides of lecture 14}} ===== March 12 ===== A guest lecture by Trevor Brown on MTL. Information about MTL can be found [[mtl|here]]. {{public:lecture15.pdf|Slides of lecture 15}} ===== March 17 ===== {{public:lecture16.pdf|Slides of lecture 16}} ===== March 19 ===== Presentations of the second assignment {{public:lecture17.pdf|Slides of lecture 17}} ===== March 24 ===== {{public:lecture18.pdf|Slides of lecture 19}} ===== March 26 ===== {{public:lecture19.pdf|Slides of lecture 20}} ===== April 2 ===== Presentations of the third assignment.