Hi, So what is it exactly regarding busy state of Sqlite? The documentation is very short, to not say inexistant, on that specific important matter. I am just learning statement, it is nice the Pharo Sqlite pacakge comes with it to avoid sql malware injection. Thanks Hilaire Le 10/07/2016 17:04, Hilaire a écrit :
Hi Esteban,
What is exactly thread safe from the Pharo perspective? Is Sqlite library handling the conflict of access, and put on wait an access not possible at a given moment, or does it signal it is busy? In the later case handling a wait may be necessary.
I'm planing to use sql to manage users, groups, etc, then Fuel for business model where concurrent access does not exist.
About Sql use with Smalltalk, I was looking for examples of best practice, but I did not find much.
Thanks
Hilaire
Le 10/07/2016 16:24, Esteban A. Maringolo a écrit :
The SQLite shared library is thread safe by default, so you shouldn't worry about that.
-- Dr. Geo http://drgeo.eu