python - Share in-memory database between processes sqlite -


it possible [in way, poorly hacked solution] share in-memory database between many processes? application has 1 process opens in-memory database , other running select queries on database.

note: need solution python 2.7, , btw if matters module use making new processes multiprocessing.

on linux can use /dev/shm file location of sqlite.

this memory mounted drive suitable that.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -