Ken <[EMAIL PROTECTED]> wrote:
>  
> When the DB is closed when in synchrounous mode,
> is it then persistent at the OS level even from power failures etc? 
>  

You don't have to close the DB.  All you have to do is
commit.  Before the commit finishes, all of your data
is guaranteed to be on oxide.**

**Note:  this assumes that the fsync() system call (or its
equivalent on windows) really works as advertised.  In practice,
I am told, this assumption is false, because almost every disk 
controller lies and says that it has committed a sector to oxide
before it really has.

--
D. Richard Hipp  <[EMAIL PROTECTED]>


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

Reply via email to