diff --git a/install/fpm/configuration.xml b/install/fpm/configuration.xml index 0baa79b8e..69bfae91c 100644 --- a/install/fpm/configuration.xml +++ b/install/fpm/configuration.xml @@ -1,5 +1,5 @@ - + Configuration @@ -394,13 +394,13 @@ static - the number of child processes is fixed (pm.max_children). - ondemand - the processes spawn on demand (when requested, - as opposed to dynamic, where pm.start_servers are started - when the service is started). + ondemand - los procesos se generan bajo demanda (cuando se solicita, + a diferencia de dinámico, donde pm.start_servers se inician + cuando se inicia el servicio). - dynamic - the number of child processes is set dynamically based on the - following directives: pm.max_children, pm.start_servers, + dynamic - el número de procesos hijos se establece dinámicamente en función de las + siguientes directivas: pm.max_children, pm.start_servers, pm.min_spare_servers, pm.max_spare_servers. @@ -412,16 +412,16 @@ - The number of child processes to be created when pm is set to - static and the maximum number of child processes to be created - when pm is set to dynamic or ondemand. - This option is mandatory. + El número de procesos hijos que se crearán cuando pm se establece en + static y el número máximo de procesos hijos que se crearán + cuando pm se establece en dynamic o ondemand. + Esta opción es obligatoria. - This option sets the limit on the number of simultaneous requests that - will be served. Equivalent to the ApacheMaxClients directive with - mpm_prefork and to the PHP_FCGI_CHILDREN environment variable in the - original PHP FastCGI. + Esta opción establece el límite en el número de solicitudes simultáneas que + se atenderán. Equivalente a la directiva ApacheMaxClients con + mpm_prefork y a la variable de entorno PHP_FCGI_CHILDREN en el + PHP FastCGI original.