Quote Originally Posted by jpbro View Post
I've done a few tests, and I suspect I know the answer, but I just wanted to confirm - the Sqlite file: URI spec is only good for cross-thread communication, not cross-process communication, correct?
Yes, the feature relies on SQLites "Shared Cache"-allocation - and this is
only available "InProcess" (so, only cross-thread inside a given hosting-process).

Regards,

Olaf