We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36c1d4 commit 821d704Copy full SHA for 821d704
network.tex
@@ -539,7 +539,7 @@
539
child may redirect standard file descriptors to the socket and call
540
\funnm{exec}() -- that is how \texttt{inetd} works.
541
\item As you already know, by calling \funnm{waitpid}() you are getting rid of
542
-zombies. This only works because the \texttt{WNOHANG} flag is used,
+zombies. This only works in this case because the \texttt{WNOHANG} flag is used,
543
otherwise the parent would be blocked and the next connection would only be
544
accepted after one of the children exited.
545
Another way is to set to ignore \texttt{SIGCHLD} in which case you
0 commit comments