summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://dieter-be.myopenid.com/ <dieter@web>2012-06-15 08:21:37 +0000
committerGravatar admin <admin@branchable.com>2012-06-15 08:21:37 +0000
commitc51c4685f2b1b753541615eef2b18cb37018781e (patch)
tree7603e4790ad3cec8662210687ef6d0fadeaac271
parent1d5246fb20e17fc8285083c4380afcdaf3e36b79 (diff)
Added a comment: filesystem number of open file handles on a file
-rw-r--r--doc/design/assistant/blog/day_9__correctness/comment_2_77924e9d50b40f05e792e427a25849a6._comment9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_9__correctness/comment_2_77924e9d50b40f05e792e427a25849a6._comment b/doc/design/assistant/blog/day_9__correctness/comment_2_77924e9d50b40f05e792e427a25849a6._comment
new file mode 100644
index 000000000..8744882c9
--- /dev/null
+++ b/doc/design/assistant/blog/day_9__correctness/comment_2_77924e9d50b40f05e792e427a25849a6._comment
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="http://dieter-be.myopenid.com/"
+ nickname="dieter"
+ subject="filesystem number of open file handles on a file"
+ date="2012-06-15T08:21:37Z"
+ content="""
+wasn't there some filesystem functionality that could tell you the amount of open file handles on a certain file? I thought this was tracked per-file too.
+Or maybe i'm just confusing it with the number of hard links (which stat can tell you), anyway something to look into.
+"""]]