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
Post a Comment