diff options
author | http://nullroute.eu.org/~grawity/ <Mantas@web> | 2013-12-08 12:52:27 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-08 12:52:27 +0000 |
commit | 3497fddf7dbfee2170fcdbfd52377559f39c3bc2 (patch) | |
tree | 7cb0703e4b3f74b4f7b99902918fa5f103800b2d /doc/devblog/day_74__so_close | |
parent | 34edbb0925bc9b6f1080776ad18d04247b268d07 (diff) |
Added a comment
Diffstat (limited to 'doc/devblog/day_74__so_close')
-rw-r--r-- | doc/devblog/day_74__so_close/comment_1_b1aa185734c3d74830b81def4fe63bff._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/devblog/day_74__so_close/comment_1_b1aa185734c3d74830b81def4fe63bff._comment b/doc/devblog/day_74__so_close/comment_1_b1aa185734c3d74830b81def4fe63bff._comment new file mode 100644 index 000000000..2abbc8dd3 --- /dev/null +++ b/doc/devblog/day_74__so_close/comment_1_b1aa185734c3d74830b81def4fe63bff._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://nullroute.eu.org/~grawity/" + nickname="Mantas" + subject="comment 1" + date="2013-12-08T12:52:26Z" + content=""" +Take a look at how Process Hacker implements the \"Search for open handles\" function; it is rather close to `lsof`. (Unlocker probably does it the same way, too.) + +But locking (e.g. I think the \"share mode\" could prevent other programs from writing but not reading) may be more reliable, if a program starts writing to file *after* the lsof check happens... +"""]] |