24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-24 22:25:47 +02:00

* doc/guide.tex: Documentation for new configure option --disable-transient-supersisors (EJAB-354).

SVN Revision: 932
This commit is contained in:
Mickaël Rémond 2007-09-14 14:17:10 +00:00
parent afec054544
commit 7146a52a84
2 changed files with 5 additions and 3 deletions

View File

@ -352,7 +352,7 @@ install <TT>ejabberd</TT> into the directory <CODE>/var/lib/ejabberd</CODE>,
the option <TT>&#X2013;enable-full-xml</TT> when running the <TT>configure</TT> the option <TT>&#X2013;enable-full-xml</TT> when running the <TT>configure</TT>
command. It will for example use CDATA to escape characters in the 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 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>&#X2013;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>&#X2013;enable-odbc</TT> or <TT>&#X2013;enable-odbc script with the option(s) <TT>&#X2013;enable-odbc</TT> or <TT>&#X2013;enable-odbc
&#X2013;enable-mssql</TT>. See section&#XA0;<A HREF="#database">3.2</A> for more information.</P><!--TOC subsubsection Windows--> &#X2013;enable-mssql</TT>. See section&#XA0;<A HREF="#database">3.2</A> for more information.</P><!--TOC subsubsection Windows-->
<H4 CLASS="subsubsection"><!--SEC ANCHOR -->Windows</H4><!--SEC END --><P> <H4 CLASS="subsubsection"><!--SEC ANCHOR -->Windows</H4><!--SEC END --><P>

View File

@ -280,6 +280,8 @@ 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 XMPP stream. Do not use this option if all your clients are not using
a fully compliant XML parser. 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 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 script with the option(s) \term{--enable-odbc} or \term{--enable-odbc
--enable-mssql}. See section~\ref{database} for more information. --enable-mssql}. See section~\ref{database} for more information.