瀏覽代碼

ratelimit: Adding a reference to the pipelimit module in README

Olle E. Johansson 12 年之前
父節點
當前提交
7a86ec5e7f
共有 2 個文件被更改,包括 9 次插入0 次删除
  1. 4 0
      modules/ratelimit/README
  2. 5 0
      modules/ratelimit/doc/ratelimit_admin.xml

+ 4 - 0
modules/ratelimit/README

@@ -131,6 +131,10 @@ Chapter 1. Admin Guide
    associated with its own queue and a number of queues are connected to a
    associated with its own queue and a number of queues are connected to a
    certain pipe (see the queue and pipe params).
    certain pipe (see the queue and pipe params).
 
 
+   Please also take a look at the "pipelimit" module, that implements the
+   pipe policy with database support. Note that it doesn't implement the
+   queues that exist in this module.
+
 2. Use Cases
 2. Use Cases
 
 
    Limiting the rate messages are processed on a system directly
    Limiting the rate messages are processed on a system directly

+ 5 - 0
modules/ratelimit/doc/ratelimit_admin.xml

@@ -27,6 +27,11 @@
 		associated with its own queue and a number of queues are connected
 		associated with its own queue and a number of queues are connected
 		to a certain pipe (see the queue and pipe params).
 		to a certain pipe (see the queue and pipe params).
 	</para>
 	</para>
+	<para>
+		Please also take a look at the <quote>pipelimit</quote> module,
+		that implements the pipe policy with database support. Note that it 
+		doesn't implement the queues that exist in this module.
+	</para>
 	</section>
 	</section>
 	<section>
 	<section>
 	<title>Use Cases</title>
 	<title>Use Cases</title>