6.824 Spring 2017 Paper Questions

For each paper, your assignment is two-fold. By 10PM the evening before lecture:

You can also upload your questions and answers using curl:

## Answer goes into lecN.txt
$ curl -F file=@lec2.txt \
       -F key=XXXXXXXX \
       https://6824.scripts.mit.edu/2017/handin.py/upload
## Question goes into sqN.txt
$ curl -F file=@sq2.txt \
       -F key=XXXXXXXX \
       https://6824.scripts.mit.edu/2017/handin.py/upload

Lecture 13

Implementation and Performance of Munin The SOR application (see Section 4.2) with the producer-consumer pattern performs substantial better than with the write-shared pattern (see Table 6 on page 161). Why is the producer-consumer pattern a better fit for SOR than write-shared?


Questions or comments regarding 6.824? Send e-mail to 6824-staff@lists.csail.mit.edu.

Top // 6.824 home //