1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-06 03:50:15 +02:00

* doc/guide.tex: Documented the IQ discipline {queue, N}.

SVN Revision: 1279
This commit is contained in:
Mickaël Rémond 2008-04-07 13:27:03 +00:00
parent e8dd27d3fc
commit 6f205d2d2a
2 changed files with 7 additions and 0 deletions

View file

@ -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> 2008-04-05 Badlop <badlop@process-one.net>
* doc/guide.tex: Fix default_room_opts with default_room_options * doc/guide.tex: Fix default_room_opts with default_room_options

View file

@ -2014,6 +2014,9 @@ these queries. Possible values are:
of IQ queries of a namespace with this discipline. In addition, the processing 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 of this queue is done in parallel with that of other packets. This discipline
is most recommended. 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 \titem{parallel} For every packet with this discipline a separate Erlang process
is spawned. Consequently, all these packets are processed in parallel. is spawned. Consequently, all these packets are processed in parallel.
Although spawning of Erlang process has a relatively low cost, this can break Although spawning of Erlang process has a relatively low cost, this can break