From owner-freebsd-hackers Sat Feb 1 10:00:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02245 for hackers-outgoing; Sat, 1 Feb 1997 10:00:55 -0800 (PST) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA02225; Sat, 1 Feb 1997 10:00:50 -0800 (PST) Received: from misery.sdf.com [204.244.213.33] by misery.sdf.com with smtp (Exim 1.59 #1) id 0vqbzu-0002xj-00; Sat, 1 Feb 1997 01:44:35 -0800 Date: Sat, 1 Feb 1997 01:44:34 -0800 (PST) From: Tom Samplonius To: Steve cc: freebsd-questions@freebsd.org, hackers@freebsd.org Subject: Re: slow ypserv problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 1 Feb 1997, Steve wrote: > Ive noted that any program that uses setpwent()/getpwent() to riffle thru > the password file looking for user, brings the uptime over 2.00 - takes > forever - and systat will show ypserv taking up to and over 80% of the > cpu. > > Im not sure who the author/port programmer is - but thought they ought to > know. Bill knows. ypserv was completely re-written for 2.2. Tom