Email or username:

Password:

Forgot your password?
Мя :sparkles_lesbian:

Telethon хранит сессию в Sqlite
+
Sqlite абсолютно никак не дружит с параллелизмом
=
Фантомные Database is locked если запустить прод в полной комплектации :blobfoxgooglyholdingitsheadinitshands:

3 comments
D:\side\

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

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

Мя :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