[PHP-DB] berkeley db + php + locking

2006-11-02 Thread Chris Peiffer
I'm having trouble getting php working with db4 so that it does correct write-locking in an apache webserver environment (where there are potentially many applications writing at once.) The first thing I did: I compiled the db4 package from sleepycat/oracle and configured it into php. (Using

Re: [PHP-DB] berkeley db + php + locking

2006-11-02 Thread Chris
Chris Peiffer wrote: I'm having trouble getting php working with db4 so that it does correct write-locking in an apache webserver environment (where there are potentially many applications writing at once.) The first thing I did: I compiled the db4 package from sleepycat/oracle and configured