- Pending signals of same type are blocked while in a handler for that signal
- Pending signals are not queued - there is only one bit to record each pending signal type
- System calls (like read) can be interrupted by signals. Do they continue after the signal handler completes?