On Apr 4, 2005 1:13 PM, Joshua Slive <[EMAIL PROTECTED]> 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...
