non-blocking accept on sockets

Ron Natalie ron at topaz.rutgers.edu
Thu Jul 28 11:27:16 AEST 1988


The common way (and this is what inetd uses) is to use a select
on the file descriptor after the listen but before you actually
call accept to see if there is anything there to accept.

-Ron



More information about the Comp.unix.questions mailing list