Timeline for Why "a lock file is the best approach if the resource is not a regular file, so using methods for locking files does not apply"?
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 18, 2018 at 21:10 | history | edited | Rui F Ribeiro | CC BY-SA 4.0 |
deleted 9 characters in body
|
| Oct 18, 2018 at 14:55 | history | edited | Tim | CC BY-SA 4.0 |
added 77 characters in body
|
| Oct 18, 2018 at 14:54 | comment | added | 炸鱼薯条德里克 | Because file locking can only lock a normal file, other objects like pipes or devices can't be locked, at least not by the same locking method. | |
| Oct 18, 2018 at 14:54 | history | edited | Tim | CC BY-SA 4.0 |
added 65 characters in body
|
| Oct 18, 2018 at 14:52 | comment | added | 炸鱼薯条德里克 | Some inode doesn't support locking, for devices nodes, even it supports locking, the device may not be locked, You can always create another inode represent the same device. | |
| Oct 18, 2018 at 14:48 | answer | added | Jeff Schaller♦ | timeline score: 2 | |
| Oct 18, 2018 at 14:45 | history | asked | Tim | CC BY-SA 4.0 |