Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都知道当进程被分叉并且父进程关闭内存数据文件时内存数据文件会发生什么。我的理解是它应该在子进程的范围内。
当一个进程分叉时,新进程的内存是完全独立的。
内存数据库没有任何外部可见的影响(如文件),所以你得到的是两个独立的数据库,关闭一个不会影响另一个。
请注意,临时数据库(空文件名)与内存数据库(文件名:memory:)不同。
:memory: