From owner-freebsd-hackers Wed Jan 24 17:35:15 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA09664 for hackers-outgoing; Wed, 24 Jan 1996 17:35:15 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA09657 for ; Wed, 24 Jan 1996 17:35:09 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id SAA01523; Wed, 24 Jan 1996 18:32:56 -0700 From: Terry Lambert Message-Id: <199601250132.SAA01523@phaeton.artisoft.com> Subject: Re: Any easy way to turn off limits on inetd for "looping processes"? To: mrcpu@cdsnet.net (Jaye Mathisen) Date: Wed, 24 Jan 1996 18:32:56 -0700 (MST) Cc: hackers@FreeBSD.ORG In-Reply-To: from "Jaye Mathisen" at Jan 23, 96 05:35:02 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > > Is there a sysconfig type thing? Or is the only way to mash the source? man inetd: [ ... ] -R rate Specifies the maximum number of times a service can be invoked in one minute; the default is 1000. Crank this number way up when you start the thing. I typically had to make it very high for a FreeBSD box acting as a boot and font server for a bunch of X terminals. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.