MAX FILES PER PROCESS PROBLEM - (nf)

edhall%rand-unix at sri-unix.UUCP edhall%rand-unix at sri-unix.UUCP
Mon Dec 19 17:13:00 AEST 1983


>                                                         ...  This may
> be familiar to you if you've ever sorted on a card sorting machine (most of
> the net is probably too young to have had that particular experience).

Well, sonny, it sure is nice to know that most people on the net are
younger than my ripe old age of 29.  (:-))  However, I seem to remember
the card-sorting machine I used having only 10 stacks, not 26.  A limit
of twenty open files is generous by those standards!  (And, yes, there
were techniques of doing alphabetic sorts on this card sorter.  This
required two passes per column, though.)

Here in the real world we constantly have to make compromises based on
physical constraints.  Perhaps the `real world' of computing is so
flexible that *any* constraint seems fair game for removal.  But I
hardly consider the 20- (or 32-) file limit to be holding back progress
in the same manner as, say, a 16-bit address.

Have no fear, however!  Note that the 4.2 features which use bit
strings (such as select()) use a *pointer* to integer, leaving open
the possibility of an arbitrary number of bits for such things, and
not a maximum of the magic `32'.

		-Ed Hall
		edhall at rand-unix        (ARPA)
		decvax!randvax!edhall   (UUCP)



More information about the Comp.unix.wizards mailing list