December 1994
Intermediate to advanced
606 pages
16h 7m
English
Write a procedure that defines reasonable default handlers for all signals.
Write a script that sends signals back to itself. Do the signals arrive while the kill command is still executing? After? Long after? What happens when the system is heavily loaded?
On page 315, I described several problems that signals can cause even when they are caught and handled. Do these problems apply to any example scripts in this book?
Write a script without using signals. Reread the first sentence in this chapter.