Commit 7f4368db authored by David Wilson's avatar David Wilson

docs: pad out signal handlers note

parent c34f8dbe
...@@ -548,8 +548,9 @@ Router Class ...@@ -548,8 +548,9 @@ Router Class
causing random failures in both parent and child. causing random failures in both parent and child.
* UNIX signal handlers installed in the parent process remaining active * UNIX signal handlers installed in the parent process remaining active
in the child, despite associated resources, such as service threads in the child, despite associated resources, such as service threads,
and child processes, becoming absent in the child. child processes, resource usage counters or process timers becoming
absent or reset in the child.
* Library code that makes assumptions about the process ID remaining * Library code that makes assumptions about the process ID remaining
unchanged, for example to implement inter-process locking, or to unchanged, for example to implement inter-process locking, or to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment