Hi, I'm considering to put the state of a running app into an sqlite db. I want it in a db, so external tools can query it and know, what the app is doing currently.
Any hints on how to clean up the db, when the app crashes? (I have external resources, that I need to "lock", so the idea is to put the locks in the db, so more than one instance of the app can run and they don't kill the external resource.) Any hints? Elrond