[cs631apue] Final Questions

Jan Schaumann jschauma at stevens.edu
Fri Dec 14 13:33:35 EST 2012


kbodzak <kbodzak at stevens.edu> wrote:

> Does this imply that we should be forking processes to listen for  
> multiple connections?
> (Since the question says to read messages sent by *any* clients).
>
> ... or should we only deal with the first client to connect, and then  
> terminate when that client
> closes the connection?

You don't need to handle multiple simultaneous connections.

-Jan


More information about the cs631apue mailing list