Path: utzoo!attcan!uunet!husc6!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.unix.questions Subject: Re: non-blocking accept on sockets Message-ID: Date: 28 Jul 88 01:27:16 GMT References: <354@litp.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 5 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