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

Jan Schaumann jschauma at stevens.edu
Thu Nov 12 22:23:52 EST 2015


Xiakun Lu <xlu9 at stevens.edu> wrote:
> 
> > 
> > No requirement.  It's up to you how you handle multiple simultaneous
> > connections.
> 
> Can we use ?epoll? instead of ?select?? 

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

You just want to make sure that your code works on both linux-lab and
our AWS instance.

-Jan


More information about the cs631apue mailing list