summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-07 15:58:52 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-07 15:58:52 +0100
commit908fe527db2981a59040a06e3717e5a4ecf8c1c9 (patch)
tree8f7d8eefe91dddd8f573092240800e8eaa75307a
parent2b32a5680e29158fa561f64b154f49fb4733fce7 (diff)
downloadrabbitmq-server-908fe527db2981a59040a06e3717e5a4ecf8c1c9.tar.gz
improve comments a bit
-rw-r--r--src/file2.erl3
-rw-r--r--src/filelib2.erl3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/file2.erl b/src/file2.erl
index 00c3be3f..812009ad 100644
--- a/src/file2.erl
+++ b/src/file2.erl
@@ -1,6 +1,7 @@
%% This is a version of 'file' from R14B03, which runs calls to
%% file_server2 thorugh the worker_pool and uses the file_name/1
-%% function from R12B-5.
+%% function from R12B-5. Use this module when you expect a large
+%% number of concurrent file operations.
%%
%% %CopyrightBegin%
diff --git a/src/filelib2.erl b/src/filelib2.erl
index d3dabf05..8fff0402 100644
--- a/src/filelib2.erl
+++ b/src/filelib2.erl
@@ -1,5 +1,6 @@
%% This is a version of 'filelib' from R14B03, which uses 'file2'
-%% instead of 'file'.
+%% instead of 'file'. Use this module when you expect a large number
+%% of concurrent file operations.
%%
%% %CopyrightBegin%