]> granicus.if.org Git - ejabberd/commitdiff
* doc/guide.tex: Documented the IQ discipline {queue, N}.
authorMickaël Rémond <mickael.remond@process-one.net>
Mon, 7 Apr 2008 13:27:03 +0000 (13:27 +0000)
committerMickaël Rémond <mickael.remond@process-one.net>
Mon, 7 Apr 2008 13:27:03 +0000 (13:27 +0000)
SVN Revision: 1279

ChangeLog
doc/guide.tex

index a74d93e48c162a6f128906b77599c7d2e8780d8d..1cb81d0ac1022b9c467c3c058f2c5e5e8038397d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-07  Mickael Remond  <mremond@process-one.net>
+
+       * doc/guide.tex: Documented the IQ discipline {queue, N}.
+
 2008-04-05  Badlop  <badlop@process-one.net>
 
        * doc/guide.tex: Fix default_room_opts with default_room_options
index b7d7e705f9a391abc960a8cb16efe1ed97902254..57c290d6dbb67511fd64c448ab6a94ce4d57cc0d 100644 (file)
@@ -2014,6 +2014,9 @@ these queries. Possible values are:
   of IQ queries of a namespace with this discipline. In addition, the processing
   of this queue is done in parallel with that of other packets. This discipline
   is most recommended.
+  \titem{\{queues, N\}}: N separate queues are created to process the
+  queries. The queries are thus process in parallel, but in a
+  controlled way.
 \titem{parallel} For every packet with this discipline a separate Erlang process
   is spawned. Consequently, all these packets are processed in parallel.
   Although spawning of Erlang process has a relatively low cost, this can break