From owner-freebsd-hackers Thu Nov 7 14:39:28 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA21907 for hackers-outgoing; Thu, 7 Nov 1996 14:39:28 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA21872 for ; Thu, 7 Nov 1996 14:39:23 -0800 (PST) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id KAA17678 for ; Thu, 7 Nov 1996 10:35:06 -0800 (PST) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id MAA11058; Thu, 7 Nov 1996 12:32:34 -0600 From: Joe Greco Message-Id: <199611071832.MAA11058@brasil.moneng.mei.com> Subject: Re: still no response To: terry@lambert.org (Terry Lambert) Date: Thu, 7 Nov 1996 12:32:34 -0600 (CST) Cc: jgreco@brasil.moneng.mei.com, terry@lambert.org, julian@whistle.com, hackers@freebsd.org In-Reply-To: <199611071819.LAA10340@phaeton.artisoft.com> from "Terry Lambert" at Nov 7, 96 11:18:59 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > The inetd already has a session limit. It's just not per service, it's > > > per inetd, and it's compiled in. > > > > I thought that was a session spawning rate limit - not a session number > > limit. Maybe I am wrong. > > The spawning rate limit is a soft limit. Sorry, you are right. It _used_ to be a hard limit, and it used to be compiled in. I'm remembering running into this on *OS and having to build my own inetd from BSD sources so that I could play hack-the-constant... > The session number limit is set external to the inetd (think: number of > child processes). Yes, but that is not "per inetd, and it's compiled in". ... JG