[docs] xmldocs - docelic modified 5 files

docs at icdevgroup.org docs at icdevgroup.org
Mon Dec 6 13:27:48 EST 2004


User:      docelic
Date:      2004-12-06 18:27:48 GMT
Modified:  glossary ic-run-mode
Added:     glossary locale
Added:     refs     Locale MaxRequestsPerChild MaxServers
Log:
Hehe, I seem productive this weekend ;-)

Revision  Changes    Path
1.2       +1 -1      xmldocs/glossary/ic-run-mode


rev 1.2, prev_rev 1.1
Index: ic-run-mode
===================================================================
RCS file: /var/cvs/xmldocs/glossary/ic-run-mode,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ic-run-mode	6 Oct 2004 20:50:16 -0000	1.1
+++ ic-run-mode	6 Dec 2004 18:27:48 -0000	1.2
@@ -1,6 +1,6 @@
 
 <glossentry id="ic-run-mode">
-<glossterm>Interchange run mode</glossterm>
+<glossterm>run mode</glossterm>
 
 <glossdef>
 <para>



1.1                  xmldocs/glossary/locale


rev 1.1, prev_rev 1.0
Index: locale
===================================================================

<glossentry id="locale">
<glossterm>locale</glossterm>

<glossdef>
<para>
</para>

</glossdef>

</glossentry>




1.1                  xmldocs/refs/Locale


rev 1.1, prev_rev 1.0
Index: Locale
===================================================================
__NAME__ purpose
specify global locale for use in error messages
__END__


__NAME__ synopsis
<group choice='req'>
	<arg choice='plain'>locale definition</arg>
</group>
__END__


__NAME__ description
The directive specifies the global &glos-locale; for error messages.
The content is usually loaded from a file.
__END__

__NAME__ example
<example>
  <title>Defining Locale</title>
	<para>
	Put the following in &gcf;:
	</para>
<programlisting>
Locale &lt;locale.error
</programlisting>
</example>
__END__




1.1                  xmldocs/refs/MaxRequestsPerChild


rev 1.1, prev_rev 1.0
Index: MaxRequestsPerChild
===================================================================
__NAME__ purpose
define maximum number of per-server page deliveries before respawn
__END__


__NAME__ see also
MaxServers, PIDcheck,PIDfile
__END__


__NAME__ synopsis
<group choice='req'>
	<arg choice='plain'><replaceable>count</replaceable></arg>
</group>
__END__


__NAME__ description
The &conf-MaxRequestsPerChild; directive defines the maximum number
of page deliveries that each server instance will carry out before 
closing down and respawning.
</para><para>
The whole point of a periodic respawn is to prevent accumulation of 
eventual memory leaks.
__END__

__NAME__ notes
The directive is only used when &IC; is in <literal>PreFork</literal>
&glos-ic-run-mode;.
__END__


__NAME__ example
<example>
  <title>Setting MaxRequestsPerChild </title>
	<para>
	Put the following in &gcf;:
	</para>
<programlisting>
MaxRequestsPerChild 100
</programlisting>
</example>
__END__




1.1                  xmldocs/refs/MaxServers


rev 1.1, prev_rev 1.0
Index: MaxServers
===================================================================
__NAME__ purpose
define maximum number of spawned servers
__END__


__NAME__ see also
MaxRequestsPerChild, PIDcheck,PIDfile
__END__


__NAME__ synopsis
<group choice='req'>
	<arg choice='plain'><replaceable>count</replaceable></arg>
</group>
__END__


__NAME__ description
The &conf-MaxServers; directive specifies the maximum number
of &IC; server processes to keep running at any one time.
</para><para>
If more requests are pending, they will be queued within the defined
capability of the Operating System (usually 5 pending requests) until the
server's "usage count" drops.
__END__

__NAME__ notes
The directive is only used when &IC; is in <literal>PreFork</literal>
&glos-ic-run-mode;.
__END__


__NAME__ missing
Is this only in PreFork? if not, fix Notes section.
__END__


__NAME__ example
<example>
  <title>Setting MaxServers</title>
	<para>
	Put the following in &gcf;:
	</para>
<programlisting>
MaxServers 20
</programlisting>
</example>
__END__









More information about the docs mailing list