diff options
author | http://wiggy.net/ <Wichert@web> | 2012-06-15 07:19:24 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-06-15 07:19:24 +0000 |
commit | 1d5246fb20e17fc8285083c4380afcdaf3e36b79 (patch) | |
tree | bf50d536e2a7cfbe64d2b523159112d5913c3012 | |
parent | c24e86c7e1704cbf39b9ca3e213caf4951d376c9 (diff) |
Added a comment: os compatibility
-rw-r--r-- | doc/design/assistant/blog/day_9__correctness/comment_1_564a39cb976767e2c0a9c74fabe10be4._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_9__correctness/comment_1_564a39cb976767e2c0a9c74fabe10be4._comment b/doc/design/assistant/blog/day_9__correctness/comment_1_564a39cb976767e2c0a9c74fabe10be4._comment new file mode 100644 index 000000000..8236002cc --- /dev/null +++ b/doc/design/assistant/blog/day_9__correctness/comment_1_564a39cb976767e2c0a9c74fabe10be4._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://wiggy.net/" + nickname="Wichert" + subject="os compatibility" + date="2012-06-15T07:19:23Z" + content=""" +A downside of relying on lsof is that you might be painting yourself into a linux corner: other operating systems might not have a lsof or alternative you can rely on. Especially for Windows this might be a worry. +"""]] |