Timeline for Generic shared resource locking techniques - is flock the solution?
Current License: CC BY-SA 3.0
Post Revisions
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 19, 2014 at 0:52 | history | tweeted | twitter.com/#!/StackUnix/status/545743505470291968 | ||
| Dec 18, 2014 at 23:57 | history | edited | Chap | CC BY-SA 3.0 |
UPDATE to reflect resolution of performance issue
|
| Dec 18, 2014 at 23:36 | answer | added | Warren Young | timeline score: 6 | |
| Dec 18, 2014 at 23:34 | comment | added | Chap | You nailed it! Yes, the file was on an NFS mount, rather than the local file system. Using a local file, it flies. Thanks. | |
| Dec 18, 2014 at 23:20 | comment | added | msw | Is this file accessed across the net, for example, NFS or SMB/CIFS? There are a number of processes that have to coordinate flocks across those protocols and it will, of necessity, be slower than a local file. | |
| Dec 18, 2014 at 22:50 | history | asked | Chap | CC BY-SA 3.0 |