On Wed, Feb 20, 2008 at 10:58:05AM -0500, Igor Tandetnik wrote: > Sam Carleton <[EMAIL PROTECTED]> wrote: > > I am working on a application that is currently access the SQLite > > database via PHP that is running under Apache as a module. The > > application also has a custom written Apache module written in C. Can > > I access the the SQLite database from both PHP and the Apache module? > > Yes, you can open multiple connections to the same database. Be prepared > to handle concurrency-related errors.
Even if the two lnaguage bindings are statically linked with libsqlite3? I.e., does SQLite know about POSIX file locks on the same files from other instances of itself? _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users