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 7eba38b commit b36c1d4Copy full SHA for b36c1d4
network.tex
@@ -536,7 +536,8 @@
536
process can accept new connections meanwhile. So, multiple connections may be
537
served in parallel.
538
\item After \funnm{fork}()ing but before performing I/O on the connection, the
539
-child may \funnm{exec}() -- that is how \texttt{inetd} works.
+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,
543
otherwise the parent would be blocked and the next connection would only be
0 commit comments