Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!munnari.oz.au!metro!cluster!necisa!boyd From: boyd@necisa.ho.necisa.oz (Boyd Roberts) Newsgroups: comp.unix.questions Subject: Re: Is there a limit to create sockets on UNIX?? Message-ID: <1822@necisa.ho.necisa.oz> Date: 8 Aug 90 05:46:00 GMT References: <8307@pitt.UUCP> Organization: NEC Information Systems Australia Pty. Ltd. Lines: 19 In article <8307@pitt.UUCP> jonathan@speedy.cs.pitt.edu (Jonathan Eunice) writes: > >The correct approach to per-process open files is indeed increasing the >maximum, static number. SunOS, with its 256 limit, and especially AIX >3.1, with its 2,000 limit, have begun to move the figure above most any >potential problem. Sorry? Increasing the maximum to an absurdly large value is not a `correct approach'. Do it properly and make it truly dynamic. The last thing we need is a u-area with a u_ofile[2000] declaration. How much ram will be blown away by those 2000 (struct file *)'s? And how many programs actually require 2000 open files? Very few. Boyd Roberts boyd@necisa.ho.necisa.oz.au ``When the going gets wierd, the weird turn pro...''