Suspending processes (really, about how to answer questions)

davel at hpisoa1.UUCP davel at hpisoa1.UUCP
Thu Jan 22 12:02:08 AEST 1987


Although the System V shell layers (shl) switch character does provide
a feature similar to BSD job control, it differs in (at least) one important
way:  shell layers has no way to stop a job from executing (consuming CPU
time) until it requests input from the terminal layer and blocks.  When
you type your switch character, it merely adjusts what the current "layer"
is; it does not alter the state of processes running in that layer.

BSD job control actually immediately suspends the execution of the process.
If what you want is to control CPU consumption (as opposed to multiplexing
your terminal among different jobs) then BSD-style job control works and
System V shell layers is ineffective.

    Dave Lennert                ucbvax!hpda!davel               [UUCP]
    Hewlett-Packard - 47UX      ihnp4!hplabs!hpda!davel         [UUCP]
    19447 Pruneridge Ave.       hpda!davel at Berkeley.edu         [ARPA]
    Cupertino, CA  95014        (408) 447-6325                  [AT&T]



More information about the Comp.unix.questions mailing list