diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2007-09-14 14:17:10 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2007-09-14 14:17:10 +0000 |
commit | 7146a52a8498e17d0da76c82a37cb3ea28a7e917 (patch) | |
tree | ea77b20b5494a8b952ae4504c190dbb1140ae9f3 /doc/guide.tex | |
parent | * src/ejabberd_c2s.erl: Option to prevent the use of Erlang OTP supervisor fo... (diff) |
* doc/guide.tex: Documentation for new configure option --disable-transient-supersisors (EJAB-354).
SVN Revision: 932
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 704390ba1..0a4dcb236 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -275,11 +275,13 @@ These commands will: \subsubsection{Build options} If you want to enable the use of XML based optimisations, you can use -the option\term{--enable-full-xml} when running the \term{configure} +the option \term{--enable-full-xml} when running the \term{configure} command. It will for example use CDATA to escape characters in the XMPP stream. Do not use this option if all your clients are not using a fully compliant XML parser. +In some case, you might want to disable the use of Erlang OTP supervision for transient processes. In this case, you can \term{configure} ejabberd with the option \term{--disable-transient-supervisors}. + If you want to use an external database, you need to execute the configure script with the option(s) \term{--enable-odbc} or \term{--enable-odbc --enable-mssql}. See section~\ref{database} for more information. |