Hi list,
I'm currently developing an app using Neko that uses a thread as a timer
mechanism, which when fired, performs an update from a remote location.
This update includes adding data to a local Sqlite database. The
problem is, if the current thread happens to try accessing the db when
the updater thread accesses it, I get a "library routine called out of
sequence" error... At least, this is what I'm assuming is happening. I
always thought Sqlite db's were locked by the Sqlite engine when it is
accessed in order to prevent conflicts. Is there a way to avoid this
with the haXe api?
Thanks,
Lee
--
Neko : One VM to run them all
(http://nekovm.org)