> On Wed, 13 Mar 2002 04:18:00AM -0800, Justin Erenkrantz wrote:
> >On Wed, Mar 13, 2002 at 07:05:45AM -0500, Jeff Trawick wrote:
> > > "Martin Ramshaw" <[EMAIL PROTECTED]> writes:
> > >
> > > By default, Solaris (at least, Solaris 7 for sparc) restricts the
number of
> > > file
> > > handles that may be used. See the comments in the attached patch file
for
> > > more details.
> >
> > Lots of Unix-ish systems work the same way.
> >
> > Personally, I think it is better if you put "ulimit -n unlimited" in
> > your shell init script rather than adding the logic to ab.
>
> Yup, my thoughts too. -- justin (wondering why I'm still up)
I see.
So if I want to use 'ab' in a meaningful way on a 'Unix-ish system'
I should write a shell wrapper script.
Is it just me, or does that sound kind of lame ?
Thanks for the feedback.
Regards