SQLite Forum

WAL journal and threading mode
Login
Thank you for this info.<br>
I did try to use it in the past but I misunderstand its usage: I thought it will sleep for **ms** milliseconds. Now I understand that it will actually do busy-wait and occasionally sleep for short periods until **ms** is reached.  
I will re-try it now with **ms** set to large value (few minutes?) as I want it always to succeed, unless something really went wrong.