Rowan Worth wrote:
> Is the database being updated by a separate process, or by another thread
> in the same process?
> [...]
> If the latter then there's plenty of ways the thread updating the database
> can notify the waiting thread, depending on your platform(s) and
> language(s) of choice.

If the former, there's plenty of ways to do interprocess communication,
depending on the platform(s) and language(s) of choice.

Except when monitoring for file changes (inotify etc.), all this
requires the cooperation of the application that does the update.


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

Reply via email to