Processes and Threads

Introduction

The notion of running various tasks in parallel is appealing because it allows the division of labor to be organized into distinct units that can be run on multiple workstations. Currently it is difficult to parallel process in mainstream versions of Smalltalk across workstations or processes, but the capability to run parallel processes within the same machine does exist.
This chapter will cover:


more to follow...