Tran Thang
12/20/2022, 3:43 PMDominaezzz
12/20/2022, 4:48 PMgildor
12/21/2022, 2:31 AMDominaezzz
12/21/2022, 12:32 PMSemaphore(1)
for writes. It will keep resource/thread usage to a minimum.gildor
12/21/2022, 1:40 PMDominaezzz
12/21/2022, 1:42 PMwithPermit { INSERT }
that I think everyone should just do it once concurrency might be involved.gildor
12/21/2022, 1:42 PMgildor
12/21/2022, 1:43 PMDominaezzz
12/21/2022, 1:44 PMDominaezzz
12/21/2022, 1:44 PMgildor
12/21/2022, 1:44 PMgildor
12/21/2022, 1:44 PMDominaezzz
12/21/2022, 1:45 PMgildor
12/21/2022, 1:46 PMDominaezzz
12/21/2022, 1:47 PMgildor
12/21/2022, 1:47 PMSQLite can be used for serious servers so long it's read heavy and not distributed.
I would say if there is no writing from clients at all, and in this case you don't need a write semaphore 😅
gildor
12/21/2022, 1:48 PMDominaezzz
12/21/2022, 1:50 PM