On Thu, Dec 02, 2004 at 11:33:33PM +0200, Ron Avriel wrote:
> Hi,
> I'm using SQLite 3.0.8 on Linux in an Apache module, in a
> multithreaded multi-process configuration.  Occasionally, the database

BOTH mulit-threaded and multi-process?  Why are you doing that?  Is
this some sort of special Apache wackiness?  (I am not familar with
Apache.)

> I'm NOT using transactions.

To be a bit pedantic, yes you are...  You may not be explicitly
starting a transaction, but as with any RDBMS worthy of the name, you
are using them.

-- 
Andrew Piskorski <[EMAIL PROTECTED]>
http://www.piskorski.com/

Reply via email to