Thank you. One more request: Please grow the sh.fdptrs dynamically with a start size of 16 and grow the array by 256 slots each time you need to expand the array. The majority of scripts do not go beyond 10 fds and 16 fd slots allocated by default sounds like a good compromise between memory usage, performance and shell startup time. The current default of allocating an array sized per ulimit -n turns into devastating memory wastage and start up time penalty if ulimit -n returns 65536.
Olga On Thu, Mar 4, 2010 at 5:36 PM, David Korn <[email protected]> wrote: > Subject: Re: [ast-developers] Re: ksh93 crashes if I open too many file > descriptors > -------- > > Thanks, I will put this on my bug list. > > David Korn > [email protected] > _______________________________________________ > ast-developers mailing list > [email protected] > https://mailman.research.att.com/mailman/listinfo/ast-developers > -- , _ _ , { \/`o;====- Olga Kryzhanovska -====;o`\/ } .----'-/`-/ [email protected] \-`\-'----. `'-..-| / Solaris/BSD//C/C++ programmer \ |-..-'` /\/\ /\/\ `--` `--` _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
