Hi,
I have a program that handle cached data. I donīt find the way to store
the data when the program is killed by other program. There is nothing
similar to signal in the Windows implementation and no exception
appears to trigger when the program is killed by a service handler or
by the Task manager....
Anyone knows how to deal with that?.