1
0
mirror of https://github.com/nbeaver/why-linux-is-better.git synced 2025-08-26 07:14:23 +02:00

Mention another wrinkle in the file-locking problem.

This commit is contained in:
Nathaniel Beaver
2015-09-10 19:42:41 -05:00
parent 0049f773f3
commit 7969bba822

View File

@@ -922,6 +922,11 @@ until the application is killed.
.. _lock files they use by default: https://en.wikipedia.org/wiki/File_locking#In_Microsoft_Windows
.. _file access is a nuisance: https://stackoverflow.com/questions/546504/how-do-i-make-windows-file-locking-more-like-unix-file-locking
This gets interesting when the files are hidden thumbnails.
https://superuser.com/questions/537041/action-cant-be-completed-open-in-another-program
https://support.microsoft.com/en-us/kb/2025703
By contrast,
on Linux it is not unusual for two different applications
to share read access to the same file,