Version 2 of processes

Updated 2002-07-17 08:43:00

A part of Concurrency concepts.

Under Unix at least, processes are the data construct used by the heart of the operating system when invoking a particular program.

In Tcl, exec and open |... are your friends for starting helper processes.