COMP2310/6310 CDS: Links and Resources 2013
- Finite State Process (FSP, a concurrent process modelling language)
Quick Reference
- Labelled Transition System Ananlyzer
tool zip file. Includes all examples from the textbook.
Should run on
Linux, Mac or Windows computers with Java installed.
Unzip and see the README file.
- Java threads
Quick Reference,
tutorial, and
API.
- Web-page embedded
Applets including source code
from the Concurrency text.
Note that in order to fully understand the concurrent behaviour these examples are demonstrating, you need to be following their development in the textbook / lectures.
In case you have trouble running applets from your broswer, these applets can also be run from the CS linux system, e.g. partch, e.g. to run the Thread Demonstration from Ch 3:
-
cd /dept/dcs/comp2310/public/book_applets
appletviewer ThreadDemo.html & - Applet Tutorials: by Oracle, by Michael McGuffin (background information only; reading or writing applets is not required in this course)


