Ricky Huang wrote:
> My question is, does SQLite offer ways of hooking up a second  
> application to changes in a shared DB without polling?

Nope.  However your operating system should provide a notification for
file changes (eg inotify/dnotify on Linux, FindFirstChangeNotification
on Windows).

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

Reply via email to