Can I check the streaming mode of an active SQLite connection? I know about sqlite3_threadsafe(), but
sqlite3_threadsafe()
The return value of the sqlite3_threadsafe () function shows only temporary thread security settings, and not the runtime changes made to sqlite3_config () for this parameter.
Here is a partial answer:
sqlite3_mutex *sqlite3_db_mutex(sqlite3*); sqlite3_mutex, , - . - , NULL.
sqlite3_mutex *sqlite3_db_mutex(sqlite3*);
sqlite3_mutex, , - . - , NULL.
Single-thread Multi-thread...
, . . , :
sqlite3_mutex NULL, .
, :
(sqlite3_threadsafe, sqlite3_mutex):
(0, NULL): Single-thread
(1, NULL): Mutli-thread
(1, ):
Source: https://habr.com/ru/post/1774465/More articles:Simple wostream logging class (with custom thread manipulators) - c ++Problem with inserting records from multiple computers in one database at the same time in SQL Server 2005 - sql-serverEF4 linq NullReferenceException on non-zero object - c #C # .NET 4.0 expression eval - functionFirebird vs HSQLDB in Java - javaDistinguish ABAP between different SAP clients (Mandanten) - sapModeling multiple low-bandwidth network interfaces on Linux - linuxhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1774468/can-changesets-in-mercurial-repositories-be-merged-chronologically&usg=ALkJrhivSq21wgJwor7zeDGUmC0phVS5PAUbuntu and Lazarus - linuxДинамически сгенерированный класс, реализующий IEnumerator GetEnumerator() и IEnumerator IEnumerable.GetEnumerator() - c#All Articles