This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Week 12

  • Lecture Notes: PDF
  • Demo of Ruby/Rinda program
  • Assignment 6
    • Due next Fri, May 3
    • Versions 2 and 3 from slides 11, 12 of PDF
      • (version 1 included in sample code)
      • sorry for confusion with version numbers!
      • versions from slides 11 and 12 are the versions to implement
  • Implementing one model of concurrency with another
    • Implementing CSP-style, channel-based Message Passing
      • with Linda/Tuple Space distributed shared memory
    • Both synchronous, and asynchronous send/receive