Browse Source

Note that gproc must be running

Ulf Wiger 10 years ago
parent
commit
fa53703a72
2 changed files with 8 additions and 0 deletions
  1. 5 0
      doc/gproc.md
  2. 3 0
      src/gproc.erl

+ 5 - 0
doc/gproc.md

@@ -23,6 +23,11 @@ For a detailed description, see
 
 
 
+__NOTE:__ The functions in the Gproc API expect the Gproc application
+to be running.
+
+
+
 
 ## Tuning Gproc performance ##
 

+ 3 - 0
src/gproc.erl

@@ -21,6 +21,9 @@
 %% For a detailed description, see
 %% <a href="erlang07-wiger.pdf">erlang07-wiger.pdf</a>.
 %%
+%% <b>NOTE:</b> The functions in the Gproc API expect the Gproc application
+%% to be running.
+%%
 %% <h2>Tuning Gproc performance</h2>
 %%
 %% Gproc relies on a central server and an ordered-set ets table.