From owner-cvs-sys Mon Mar 31 04:32:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA14796 for cvs-sys-outgoing; Mon, 31 Mar 1997 04:32:05 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA14781; Mon, 31 Mar 1997 04:32:01 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id EAA09156; Mon, 31 Mar 1997 04:33:33 -0800 (PST) Message-Id: <199703311233.EAA09156@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern uipc_socket2.c uipc_syscalls.c From: David Greenman Reply-To: dg@root.com Date: Mon, 31 Mar 1997 04:33:33 -0800 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Also changed a wakeup() to a wakeup_one() to avoid the "thundering herd" > problem on new connections in Apache (or any other application that has > multiple processes blocked in accept() for the same socket). Oops, I forgot to mention that this change was suggested by David Filo . -DG David Greenman Core-team/Principal Architect, The FreeBSD Project