On 5/13/15, Deepak Hegde <deepakk at allgosystems.com> wrote:
> I have gone through the document and it says, it is not thread safe.
> What if the same database is used in the multiple processes?
> Can we have actual database path and this temporary path same?
>

process!=thread.  It is perfectly safe to run PRAGMA
temp_store_directory and point it to the same directory on multiple
processes.  It is perfectly safe to have temp_store_directory and the
main database directory be the same.
-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to