Skip to content

Commit 6765554

Browse files
committed
reword
1 parent bb5ca6e commit 6765554

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

network.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,9 @@
564564
It is a good idea for child processes to voluntarily exit after serving a
565565
certain number of connections to avoid issues like memory leaks to affect the
566566
host as a whole. Apache web server can be configured to work like this.
567-
\item All server side ways of serving the connections work with the same client.
568-
The way a client works does not depend on which approach the server chooses.
567+
\item Any approach of handling the connections on the server side covered so far
568+
works with the same client. The way a client works does not depend on which
569+
approach the server chooses.
569570
\end{itemize}
570571

571572
\begin{slide}

0 commit comments

Comments
 (0)