On Thu, Jul 26, 2007 at 04:26:41PM -0700, [EMAIL PROTECTED] wrote:

> If it works and then later stops working, it's much more likely that
> you're having a problem with some file descriptor that is not closed
> properly (on the temp db most likely).
> If it dies after let's say a week, you can check after a few days using
> lsof if the process is keeping files open in /tmp

Thanks, I'll check it. What can be a reason to leave such descriptor still
open? In my particular case it can't be - as I think - anything from
PHP-script contents, because it has nothing to do with that temporary files.
It's one of SQLite's internals rather.

So, most likely it'll be kind of bug in the php-sqlite module? As example:
one of my scripts is doing VACUUM on the database file, after opening it
(I noticed in error log several "malformed..." - reports when running that
script). Not sure: were there any similar problems (file descriptors left
open) while doing VACUUM? Or is it accident?
-- 
                                pozdrawiam / regards

                                                Zbigniew Baniewski

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to