Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!uwvax!cottage!lm From: lm@cottage.WISC.EDU (Larry McVoy) Newsgroups: comp.unix.wizards Subject: Re: No more signals Message-ID: <3720@spool.WISC.EDU> Date: Mon, 22-Jun-87 13:47:57 EDT Article-I.D.: spool.3720 Posted: Mon Jun 22 13:47:57 1987 Date-Received: Tue, 23-Jun-87 05:02:12 EDT References: <48300005@hcx1> <1207@ius2.cs.cmu.edu> Sender: news@spool.WISC.EDU Reply-To: lm@cottage.WISC.EDU (Larry McVoy) Organization: U of Wisconsin CS Dept Lines: 12 In article <1207@ius2.cs.cmu.edu> edw@ius2.cs.cmu.edu (Eddie Wyatt) writes: $ Another Unix function that I see having problems is "select". If you $ decide to muck around with the kernal and increase the max number of $ file descriptions to more than the number of bits in an integer then $ your going to have problems using select to do multiplexing since $ it uses an int as a bit mask for the files examined. Not anymore it doesn't. They use an array. You can have as many bits as there are fds. This is in 4.3+NFS Wisconsin Unix - I dunno about the rest of the world. Larry McVoy lm@cottage.wisc.edu or uwvax!mcvoy