On 8/10/15, Felipe Gasper <felipe at felipegasper.com> wrote:
> Hi everyone,
>
>       Does SQLite need to have nothing at all to do with fork()? Even when
> the fork() immediately precedes an exec(), and the exec()ed command has
> nothing to do with SQLite?
>
>       Or is it only a problem if the child process *uses* SQLite?
>

I think it is only a problem if the child process tries to use SQLite.

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to