On 15/06/16 09:27 -0400, Phil Cameron wrote:
So when you update an application that is running all you do is unlink the file name from the old file and link it to the new file. The old file does not go away because it is open by the running program. When the program exits, the file is deleted (only if the reference count is 0). The next time the program is run it will use the new file.

If only it was always that simple.

https://bugzilla.mozilla.org/show_bug.cgi?id=1213224

--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to