On Thu, Feb 07, 2002 at 11:57:09AM -0800, Aaron Bannert wrote: > This is the patch I promised a couple weeks ago. It changes the way > we create the scoreboard to be more friendly with 3rd party apps/processes > that want access to the scoreboard while maintaining the ability to > have an anonymous scoreboard. The logic was discussed on-list a week > or two ago, but I'll reproduce it here anyway: > > if config specifies ScoreBoardFile > create name-based shared memory, errors are fatal > else /* we get to choose */ > create anonymous shared memory > if ENOTIMPL > create name-based shared memory from DEFAULT_SCOREBOARD > else > errors are fatal
+1. Works fine here on prefork/Linux. -- justin
