[PHP-DB] DBA functions - any experts out there?

2001-05-13 Thread Geoff Caplan
Hi Does anyone know if the DBA functions open the Sleepycat Berkeley DB is opened in Data Store or Concurrent Data Store mode? It doesn't seem to be documented. More generally, the Berkeley products look great - is there anyone with the skills and time to write a more complete API? Perl and Tcl

[PHP-DB] Managing value pairs - the best approach?

2001-05-13 Thread Geoff Caplan
Hi folks I am looking for the lowest overhead approach to managing persistent session data. Our session class will be doing at least one read and write to the to the session table for every page view, so it will be pretty resource intensive if we don't get it right. MySQL is weak in read/write s