Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 25418 invoked from network); 4 Apr 2005 17:21:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2005 17:21:17 -0000 Received: (qmail 27047 invoked by uid 500); 4 Apr 2005 17:21:12 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 27003 invoked by uid 500); 4 Apr 2005 17:21:12 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 26990 invoked by uid 99); 4 Apr 2005 17:21:12 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of trawick@gmail.com designates 64.233.170.199 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.199) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 04 Apr 2005 10:21:10 -0700 Received: by rproxy.gmail.com with SMTP id y7so1305623rne for ; Mon, 04 Apr 2005 10:21:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=URoJNXxe7AZM/af3WMKLklHBc33BVvnBP0utuBFQ0lwZJahReB2ql0E/0cu3XeHXqO05N2rswLplD4YTOMUf/6koVyBz57WTW0vNfTYsePsJFTyOnILUG8tmVtG/IrX1ESs0Jy9XPHueG9Dz8apWkxrKva+RnJN60DFHSGejohk= Received: by 10.38.79.42 with SMTP id c42mr5263201rnb; Mon, 04 Apr 2005 10:21:08 -0700 (PDT) Received: by 10.39.2.68 with HTTP; Mon, 4 Apr 2005 10:21:07 -0700 (PDT) Message-ID: Date: Mon, 4 Apr 2005 13:21:07 -0400 From: Jeff Trawick Reply-To: Jeff Trawick To: dev@httpd.apache.org Subject: Re: simple-conf branch In-Reply-To: <425175AC.9050301@slive.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <6FB86160D48719F66EBA5110@st-augustin.ics.uci.edu> <425175AC.9050301@slive.ca> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Apr 4, 2005 1:13 PM, Joshua Slive wrote: > > Justin Erenkrantz wrote: > > Do we really need LockFile, ScoreBoardFile? > > LockFile is needed if people put ServerRoot on NFS, I guess. But > perhaps just a comment to that effect would suffice. fairly common to have two web server instances using same ServerRoot; that's another case to use LockFile, so that difference instances use different lock... no big deal with fcntl, big deal with flock...