Tim Larson <[EMAIL PROTECTED]> wrote:
> I did not find anything that lets us do work specifically 
> during the time spans when sqlite is waiting on the disk drive

Most of the disk drive wait time is spent inside the fsync()
or FlushFileBuffers() system calls.  There is no way to have
the same thread be doing other work while these system calls
are running.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to