Hi Richard,
   Thanks for your answers,

On Thu, 07 Oct 2004 11:35:08 -0400, D. Richard Hipp <[EMAIL PROTECTED]> wrote:
> R S wrote:
> > Another novice question:
> > Does this run in its separate process or  is directly linked into the
> > application requiring access to the stored data.
> 
> It is a subroutine in your code.
So if my embedded system spawns many processes and each needs to talk
to the DB, is that possible?

> > I don't want a crash in any of my embedded modules to crash the
> > database as well.
> >
> 
> It won't.  SQLite takes great care to protect the database even
> if there is a crash or power failure.
What I meant was that the DB never crashes but is always running,
because some other process always would need to access it.
If SQLite cannot do it, would you recommend some other DB for Linux
that accomplishes the same?
Thanks so much!


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

Reply via email to