home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!rutgers!igor.rutgers.edu!geneva.rutgers.edu!hedrick
- From: hedrick@geneva.rutgers.edu (Charles Hedrick)
- Newsgroups: comp.os.linux
- Subject: new select
- Message-ID: <Nov.13.03.57.11.1992.19564@geneva.rutgers.edu>
- Date: 13 Nov 92 08:57:12 GMT
- Organization: Rutgers Univ., New Brunswick, N.J.
- Lines: 9
-
- I haven't tried 0.98 yet, but I'm surprised at the reports of problems
- with 0.98pl4 caused by increasing the number of open files. The
- select interface was designed so that you could increase the number of
- open files without messing up old programs. That's why select takes
- the number of file descriptions as an argument. Even if the kernel
- now supports 256 files, if a program calls select with 32 or less, why
- doesn't it behave in the old way? If such programs really break, it's
- going to cause all kinds of compatibility problems. Is it really
- necessary?
-