On Thu, 28 Sep 2000, Angus Lees wrote:
> On Thu, Sep 28, 2000 at 11:01:26AM -0500, John Walstra wrote:
> > Is there anyway to have multiple apaches running, on different
> > ports, by different users and fake out semaphores? Would NullLocker do it?
> 
> use something other than SysVSemaphoreLocker, eg: FileLocker
> 
> NullLocker is good if your database already locks sufficiently (eg:
> Postgres)
> 
> -- 
>  - Gus
>

Was using SysVSemaphoreLocker, but switched to NullLocker for the development
machines. That seems that change it to NullLocker has solved the problem. The
production machines will have SysVSemaphoreLocker.

Right now I'm using MySQL, but will soon switch to Sybase.

-- 
John Walstra                                   CNET Networks / Apollo Solutions
Senior Software Developer                      300 Park Blvd, Suite 105
mailto:[EMAIL PROTECTED]                          Itasca, IL 60143-4914

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to