From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20934 invoked from network); 14 Nov 2003 00:56:05 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 Nov 2003 00:56:05 -0000 Received: (qmail 12471 invoked by alias); 14 Nov 2003 00:56:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19243 Received: (qmail 12360 invoked from network); 14 Nov 2003 00:55:59 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 14 Nov 2003 00:55:59 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [203.24.36.2] by sunsite.dk (MessageWall 1.0.8) with SMTP; 14 Nov 2003 0:55:58 -0000 Received: (qmail 20645 invoked by uid 8); 14 Nov 2003 00:55:56 -0000 To: zsh-workers@sunsite.dk Path: not-for-mail From: Geoff Wing X-Newsgroups: lists.zsh.workers Subject: Re: PATCH: dynamic job table resizing Date: Fri, 14 Nov 2003 00:55:56 +0000 (UTC) Organization: PrimeNet Computer Consultants Message-ID: References: <28504.1068726282@csr.com> Reply-To: mason@primenet.com.au NNTP-Posting-Host: sparkles.primenet.com.au X-Trace: coral.primenet.com.au 1068771356 20473 203.43.15.10 (14 Nov 2003 00:55:56 GMT) X-Complaints-To: usenet@coral.primenet.com.au NNTP-Posting-Date: Fri, 14 Nov 2003 00:55:56 +0000 (UTC) User-Agent: slrn/0.9.8.0 (NetBSD) Peter Stephenson typed: : So here's the patch to remove the : MAXJOB definition and make the size dynamic, eliminating those `job : table full or recursion limit exceeded' messages during complex : completions. Patch looks good to me. Regards, Geoff