July 10, 2016
3:04 p.m.
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