Skip to content

Commit c8c42f6

Browse files
authored
[Sync EN] Improve fpm configuration reference (#4619) (#590)
1 parent bfed2a1 commit c8c42f6

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

install/fpm/configuration.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 1f01e2a8e478c63bd6598cde09235ec027b23dd5 Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: 1f01e2a8e478c63bd6598cde09235ec027b23dd5 Maintainer: lacatoire Status: ready -->
33
<!-- Reviewed: no -->
44
<sect1 xml:id="install.fpm.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<title>Configuration</title>
@@ -394,13 +394,13 @@
394394
<literal>static</literal> - the number of child processes is fixed (<literal>pm.max_children</literal>).
395395
</para>
396396
<simpara>
397-
<literal>ondemand</literal> - the processes spawn on demand (when requested,
398-
as opposed to dynamic, where <literal>pm.start_servers</literal> are started
399-
when the service is started).
397+
<literal>ondemand</literal> - los procesos se generan bajo demanda (cuando se solicita,
398+
a diferencia de dinámico, donde <literal>pm.start_servers</literal> se inician
399+
cuando se inicia el servicio).
400400
</simpara>
401401
<simpara>
402-
<literal>dynamic</literal> - the number of child processes is set dynamically based on the
403-
following directives: <literal>pm.max_children</literal>, <literal>pm.start_servers</literal>,
402+
<literal>dynamic</literal> - el número de procesos hijos se establece dinámicamente en función de las
403+
siguientes directivas: <literal>pm.max_children</literal>, <literal>pm.start_servers</literal>,
404404
<literal>pm.min_spare_servers</literal>, <literal>pm.max_spare_servers</literal>.
405405
</simpara>
406406
</listitem>
@@ -412,16 +412,16 @@
412412
</term>
413413
<listitem>
414414
<simpara>
415-
The number of child processes to be created when <literal>pm</literal> is set to
416-
<literal>static</literal> and the maximum number of child processes to be created
417-
when <literal>pm</literal> is set to <literal>dynamic</literal> or <literal>ondemand</literal>.
418-
This option is mandatory.
415+
El número de procesos hijos que se crearán cuando <literal>pm</literal> se establece en
416+
<literal>static</literal> y el número máximo de procesos hijos que se crearán
417+
cuando <literal>pm</literal> se establece en <literal>dynamic</literal> o <literal>ondemand</literal>.
418+
Esta opción es obligatoria.
419419
</simpara>
420420
<para>
421-
This option sets the limit on the number of simultaneous requests that
422-
will be served. Equivalent to the ApacheMaxClients directive with
423-
mpm_prefork and to the <varname>PHP_FCGI_CHILDREN</varname> environment variable in the
424-
original PHP FastCGI.
421+
Esta opción establece el límite en el número de solicitudes simultáneas que
422+
se atenderán. Equivalente a la directiva ApacheMaxClients con
423+
mpm_prefork y a la variable de entorno <varname>PHP_FCGI_CHILDREN</varname> en el
424+
PHP FastCGI original.
425425
</para>
426426
</listitem>
427427
</varlistentry>

0 commit comments

Comments
 (0)