From owner-freebsd-hackers Wed Nov 6 17:54:19 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA16211 for hackers-outgoing; Wed, 6 Nov 1996 17:54:19 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA16201 for ; Wed, 6 Nov 1996 17:54:16 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id SAA09269; Wed, 6 Nov 1996 18:46:19 -0700 From: Terry Lambert Message-Id: <199611070146.SAA09269@phaeton.artisoft.com> Subject: Re: still no response To: julian@whistle.com (Julian Elischer) Date: Wed, 6 Nov 1996 18:46:19 -0700 (MST) Cc: hackers@freebsd.org In-Reply-To: <328138CB.41C67EA6@whistle.com> from "Julian Elischer" at Nov 6, 96 05:18:03 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 X-Loop: FreeBSD.org Precedence: bulk > I still haven't heard back from anyone regarding the > session limit addition in inetd. > > does everyone think it's a boring idea? > doesn no one dislikr it? > should I just check it in? The inetd already has a session limit. It's just not per service, it's per inetd, and it's compiled in. You can get the same effect right now by compiling another inetd and starting several inetd's with different inetd.conf files per service class. I've used multiple inetd's for several years to get different '-R' values for different things (tftpd, in particular, for a lab full of X terminals). I've only compiled up a seperate inetd with a use count restriction once, and that was for an ISP who wanted to limit FTP sessions with an old ftpd. I can see where it might be a big deal for some ISP's, or for people who want to put every service in a different limitation class. Other than that, I'm pretty non-commital -- I can take it or leave it... it's just an alternate way of doing things I can already do (but with the bonus that people who don't understand inetd can twiddle the thing, I suppose). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.