[cs631apue] Use of fork(2) vs select(2)

Jan Schaumann jschauma at stevens.edu
Thu Nov 12 21:33:14 EST 2015


Drew Malzahn <dmalzahn at stevens.edu> wrote:
 
> Is there any requirement, explicit or implied, about the use of fork(2)
> versus select(2)? Basically, are we allowed to serve multiple clients any
> way we choose?

No requirement.  It's up to you how you handle multiple simultaneous
connections.

-Jan


More information about the cs631apue mailing list