University of Oxford Logo University of OxfordDepartment of Computer Science - Home

Concurrent Programming:  2008-2009

Information

Lecturer

Degrees

Part A OptionsHonour School of Computer Science

Schedule B1Honour School of Computer Science

Schedule B1Honour School of Mathematics and Computer Science

Schedule AMSc in Computer Science

MSc by Research

Term

Overview

Many challenges arise during the design and implementation of concurrent and distributed programs. The aim of this course is to understand those challenges, and to see techniques for tackling them. The main paradigm to be considered is message passing concurrency, where independent processes, with private variables, interact by passing messages.

Learning outcomes

At the end of the course students are expected to understand:

Prerequisites

Students should have an understanding of CSP, e.g. as taught in the Concurrency course. Students should also have a good understanding of Object Oriented Programming, e.g. as taught in the Michaelmas Term OOP course. Students who have learnt either CSP or OOP elsewhere should discuss their experience with the lecturer before taking this course.

The course will have a number of practicals, to allow students to gain experience with concurrent programming. These practicals will use Scala; background reading on the language will be suggested.

Synopsis

Numbers in square brackets give an indication of the number of lectures to be spent on each topic.

Syllabus

Reasons for concurrency; processes, threads; concurrent architectures; safety and liveness. Message passing concurrency; deadlock. Clients and servers. Interacting peers: heartbeat algorithms; pipeline algorithms. Parallel computing: data parallel; bag of tasks; barrier synchronisation. Low-level concurrency controls: monitors; semaphores.

Reading list

Related research at the Department of Computer Science

Activities