Skip to content

Commit

Permalink
inetd is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Nov 12, 2023
1 parent 786be3f commit 2b502fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions network.tex
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,7 @@
process can accept new connections meanwhile. So, multiple connections may be
served in parallel.
\item After \funnm{fork}()ing but before performing I/O on the connection, the
child may \funnm{exec}() -- that is how \texttt{inetd} works, see page
\pageref{INETD}.
child may \funnm{exec}() -- that is how \texttt{inetd} works.
\item As you already know, by calling \funnm{waitpid}() you are getting rid of
zombies. This only works because the \texttt{WNOHANG} flag is used,
otherwise the parent would be blocked and the next connection would only be
Expand Down

0 comments on commit 2b502fc

Please sign in to comment.