> On Feb 17, 2017, at 12:21 AM, Warren Young <war...@etr-usa.com> wrote:
> 
> How can we expect people to write threaded programs when even a simple 
> integer increment is prone to race conditions and read-modify-write errors?

"… we did not (and still do not) believe in the standard multithreading model, 
which is preemptive concurrency with shared memory: we still think that no one 
can write correct programs in a language where ‘a=a+1’ is not deterministic.”

— Roberto Ierusalimschy & Co., The Evolution of Lua
https://www.lua.org/doc/hopl.pdf

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to