Job Control (a la csh/ksh) from within C

Henry Spencer henry at utzoo.uucp
Sat Oct 7 02:48:30 AEST 1989


In article <320 at sopwith.UUCP> snoopy at sopwith.UUCP (Snoopy) writes:
>| Well, the *proper* way to control jobs is not to fool around with
>| abominations like BSD job control, but to do something sensible like a
>| window system that lets you interact with multiple processes without
>| ornate kludges.  However, that probably isn't what you wanted...
>
>Henry, Henry, Henry.  Job control is necessary even with a window system.
>Otherwise how does one stop a process without killing it?

One tells the system to suspend it.  Yes, this does require some sort of
facility for doing so.  No, it does not require mysterious signals with
bizarre semantics, magic control characters, or any of the other sludge
that job control brings along.  You've got other windows, remember -- you
can use one of them to request the suspension, and to fiddle with the
process thereafter.
-- 
Nature is blind; Man is merely |     Henry Spencer at U of Toronto Zoology
shortsighted (and improving).  | uunet!attcan!utzoo!henry henry at zoo.toronto.edu



More information about the Comp.unix.wizards mailing list