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.html | |
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.html')
-rw-r--r-- | doc/guide.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.html b/doc/guide.html index 6a4b80a1c..e7c5bf4a4 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -349,10 +349,10 @@ install <TT>ejabberd</TT> into the directory <CODE>/var/lib/ejabberd</CODE>, </LI><LI CLASS="li-itemize">create a directory called <CODE>/var/log/ejabberd</CODE> to store log files. </LI></UL><!--TOC subsubsection Build options--> <H4 CLASS="subsubsection"><!--SEC ANCHOR -->Build options</H4><!--SEC END --><P>If you want to enable the use of XML based optimisations, you can use -the option<TT>–enable-full-xml</TT> when running the <TT>configure</TT> +the option <TT>–enable-full-xml</TT> when running the <TT>configure</TT> 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.</P><P>If you want to use an external database, you need to execute the configure +a fully compliant XML parser.</P><P>In some case, you might want to disable the use of Erlang OTP supervision for transient processes. In this case, you can <TT>configure</TT> ejabberd with the option <TT>–disable-transient-supervisors</TT>.</P><P>If you want to use an external database, you need to execute the configure script with the option(s) <TT>–enable-odbc</TT> or <TT>–enable-odbc –enable-mssql</TT>. See section <A HREF="#database">3.2</A> for more information.</P><!--TOC subsubsection Windows--> <H4 CLASS="subsubsection"><!--SEC ANCHOR -->Windows</H4><!--SEC END --><P> |