|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<!-- EN-Revision: 1f01e2a8e478c63bd6598cde09235ec027b23dd5 Maintainer: PhilDaiguille Status: ready --> |
| 2 | +<!-- EN-Revision: 1f01e2a8e478c63bd6598cde09235ec027b23dd5 Maintainer: lacatoire Status: ready --> |
3 | 3 | <!-- Reviewed: no --> |
4 | 4 | <sect1 xml:id="install.fpm.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> |
5 | 5 | <title>Configuration</title> |
|
394 | 394 | <literal>static</literal> - the number of child processes is fixed (<literal>pm.max_children</literal>). |
395 | 395 | </para> |
396 | 396 | <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). |
400 | 400 | </simpara> |
401 | 401 | <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>, |
404 | 404 | <literal>pm.min_spare_servers</literal>, <literal>pm.max_spare_servers</literal>. |
405 | 405 | </simpara> |
406 | 406 | </listitem> |
|
412 | 412 | </term> |
413 | 413 | <listitem> |
414 | 414 | <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. |
419 | 419 | </simpara> |
420 | 420 | <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. |
425 | 425 | </para> |
426 | 426 | </listitem> |
427 | 427 | </varlistentry> |
|
0 commit comments