From owner-freebsd-questions Thu Nov 16 14:39: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id C432C37B4C5 for ; Thu, 16 Nov 2000 14:38:58 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id eAGMchA17113; Thu, 16 Nov 2000 14:38:43 -0800 (PST) Date: Thu, 16 Nov 2000 14:38:43 -0800 From: Alfred Perlstein To: Ernst de Haan Cc: Sebastiaan van Erk , Zero Sum , freebsd-questions@FreeBSD.ORG Subject: Re: argument list too long Message-ID: <20001116143843.S830@fw.wintelcom.net> References: <20001116091607.A97857@sebster.com> <00111621362707.00522@shalimar.net.au> <20001116122313.A69018@sebster.com> <00111700205500.61931@shalimar.net.au> <20001116145641.A22842@sebster.com> <20001116105654.G830@fw.wintelcom.net> <20001116231731.A14470@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001116231731.A14470@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Thu, Nov 16, 2000 at 11:17:31PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Ernst de Haan [001116 14:18] wrote: > > Can you please suggest a reasonable limit to the argument list? > > You don't get the point. In Sebastiaan's opinion there should be no fixed > limit. I assume you never worked with variable-size data types? Linked lists > are the simplest form. But so are resizing arrays. I'd like to see what Linux does when you try to run this: ls -l `find /` Assuming it doesn't crash your Linux box, go complain to Linus about expanding the max system arglist size, if it does crash your box, well then I guess you don't have anything to complain about, do you? There exists kernel APIs for determining the max arg list size. Coders that assume inifinite memory are fooling themselves and need to learn how to code properly. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message