Email or username:

Password:

Forgot your password?
Top-level
D:\side\

@mo
> Sqlite абсолютно никак не дружит с параллелизмом

Иногда дружит:
sqlite.org/wal.html

2 comments
Мя :sparkles_lesbian:

@dside прям из нескольких процессов можно одну и ту же базу открыть?

D:\side\

@mo видимо, да:
WAL normally requires that the VFS support shared-memory primitives. (Exception: WAL without shared memory) The built-in unix and windows VFSes support this but third-party extension VFSes for custom operating systems might not.
All processes using a database must be on the same host computer; WAL does not work over a network filesystem.

Go Up