I am running a small inotify script that sets up a watch on a file. Each time that file is edited and saved, the script notices that a DELETE_SELF event is triggered. Is that normal and if it is why?
I am querying an SQLite database using LINQ to NHibernate. Person is an entity containing an Id and a Name: