From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23788 invoked from network); 5 Nov 1999 17:23:47 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Nov 1999 17:23:47 -0000 Received: (qmail 4016 invoked by alias); 5 Nov 1999 17:23:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8578 Received: (qmail 4009 invoked from network); 5 Nov 1999 17:23:42 -0000 Date: Fri, 5 Nov 1999 12:23:41 -0500 From: Clint Adams To: zsh-workers@sunsite.auc.dk Subject: MAXJOB Message-ID: <19991105122341.A29632@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0pre4i What was the reasoning behind hardcoding MAXJOB to 50? Is there some reason it shouldn't be set to something hire at compile-time or having it dynamically relate to a process limit at runtime? Furthermore, why does MAXJOB 50 result in a maximum job table size of 48?