diff --git a/docs/admin/using_queue_daemons.rst b/docs/admin/using_queue_daemons.rst index c526e1a..8c18f44 100644 --- a/docs/admin/using_queue_daemons.rst +++ b/docs/admin/using_queue_daemons.rst @@ -1,5 +1,6 @@ Using Queue Daemons =================== +.. _usando-queue-daemons: Queues and Daemons ------------------ @@ -48,11 +49,11 @@ idea for high-volume sites. Modern PHP versions in some operating systems have disabled functions related to forking, which is required for daemons to operate. To make this work, make - sure that your php-cli config (``/etc/php5/cli/php.ini``) does NOT have these + sure that your ``php-cli`` config (``/etc/php5/cli/php.ini``) does NOT have these functions listed under 'disable_functions': * pcntl_fork, pcntl_wait, pcntl_wifexited, pcntl_wexitstatus, - pcntl_wifsignaled, pcntl_wtermsig + pcntl_wifsignaled, pcntl_wtermsig Other recommended settings for optimal performance are: @@ -73,15 +74,15 @@ idea for high-volume sites. This will run the queue handlers: - queuedaemon.php + ``queuedaemon.php`` polls for queued items for inbox processing and pushing out to OStatus, SMS, XMPP, etc. - imdaemon.php + ``imdaemon.php`` if an IM plugin is enabled (like XMPP) (plugins) - other daemons, like TwitterBridge ones, that you may have enabled + other daemons, like TwitterBridge ones, that you may have enabled These daemons will automatically restart in most cases of failure including memory leaks (if a memory_limit is set), but may still die or behave oddly if diff --git a/docs/locale/es/LC_MESSAGES/admin/using_queue_daemons.po b/docs/locale/es/LC_MESSAGES/admin/using_queue_daemons.po index 71d91b7..daf5246 100644 --- a/docs/locale/es/LC_MESSAGES/admin/using_queue_daemons.po +++ b/docs/locale/es/LC_MESSAGES/admin/using_queue_daemons.po @@ -10,9 +10,8 @@ msgstr "" "Project-Id-Version: The Unofficial GNU Social Manuals 0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-11-06 00:43+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"PO-Revision-Date: 2016-11-18 12:32+0100\n" +"Last-Translator: drymer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -21,118 +20,144 @@ msgstr "" # 9ea441a32c044ae2bc5f35ff1e0cbdef #: ../../admin/using_queue_daemons.rst:2 msgid "Using Queue Daemons" -msgstr "" +msgstr "Usando el Demonio de Colas" # ba4b803b9eaa4d4cb596a95e94e8c568 #: ../../admin/using_queue_daemons.rst:5 msgid "Queues and Daemons" -msgstr "" +msgstr "Colas y Demonios" # 8363997b57074f39986f7e64c96a264b #: ../../admin/using_queue_daemons.rst:6 msgid "" -"Some activities that GNU social needs to do, like broadcast OStatus, SMS," -" XMPP messages and TwitterBridge operations, can be 'queued' and done by " -"off-line bots instead." +"Some activities that GNU social needs to do, like broadcast OStatus, SMS, " +"XMPP messages and TwitterBridge operations, can be 'queued' and done by off-" +"line bots instead." msgstr "" +"Algunas actividades que GNU social necesita hacer, como el broadcast " +"OStatus, SMS, mensajes XMPP y operaciones de TwitterBridge, pueden ponerse " +"en cola y hacer que los hagan bots off-line." # cd633040fb254d2da4cd0ed3c135fb79 #: ../../admin/using_queue_daemons.rst:10 msgid "Two mechanisms are available to achieve offline operations:" -msgstr "" +msgstr "Hay dos mecanismos disponibles para hacer las operaciones offline:" # 4cb96812609d405496373ca23c9b733b #: ../../admin/using_queue_daemons.rst:12 msgid "New embedded OpportunisticQM plugin, which is enabled by default" -msgstr "" +msgstr "Nuevo plugin OpportunisticQM embebido, que está activo por defecto" # 81a3e01777be4bbdb2ba4a8a66bc3930 #: ../../admin/using_queue_daemons.rst:14 msgid "Legacy queuedaemon script, which can be enabled via config file." msgstr "" +"Script retro-compatible del demonio de cola, que puede activarse mediante el " +"archivo de configuración." # 77c1069d7a4d490f8ddb514a1c9a7c01 #: ../../admin/using_queue_daemons.rst:17 msgid "OpportunisticQM plugin" -msgstr "" +msgstr "Plugin OpoortunisticQM" # eb335a2762524293aaab9e52871395c2 #: ../../admin/using_queue_daemons.rst:18 msgid "" -"This plugin is enabled by default. It tries its best to do background " -"jobs during regular HTTP requests, like API or HTML pages calls." +"This plugin is enabled by default. It tries its best to do background jobs " +"during regular HTTP requests, like API or HTML pages calls." msgstr "" +"Este plugin está activo por defecto. Intenta lo mejor posible hacer las " +"peticiones HTTP en segundo plano, como la API o las paginas HTML." # 47305b9a97aa4eb2a72aff4874acc2c6 #: ../../admin/using_queue_daemons.rst:21 msgid "" -"Since queueing system is enabled by default, notices to be broadcasted " -"will be stored, by default, into DB (table ``queue_item``)." +"Since queueing system is enabled by default, notices to be broadcasted will " +"be stored, by default, into DB (table ``queue_item``)." msgstr "" +"Ya que el sistema de encolamiento está activo por defecto, las publicaciones " +"que emiten se guardaran, por defecto, en la tabla ``queue_item`` de la base " +"de datos." # 2b62a86b501a453d92b58ac17712ffb6 #: ../../admin/using_queue_daemons.rst:24 msgid "Whenever it has time, OpportunisticQM will try to handle some of them." msgstr "" +"Cada vez que tenga tiempo, OpportunisticQM intentará encargarse de algunas " +"de ellas." # 0e702f7046544853bfd6a02ac3ed68d5 #: ../../admin/using_queue_daemons.rst:26 msgid "This is a good solution whether you:" -msgstr "" +msgstr "Esta es una buena solución si:" # 451a632fb0c94b4bab8576cc55fac599 #: ../../admin/using_queue_daemons.rst:28 msgid "have no access to command line (shared hosting)" -msgstr "" +msgstr "no se tiene acceso a la terminal (hosting compartido)" # 93278eae826344e1b436ee120acebb27 #: ../../admin/using_queue_daemons.rst:30 msgid "do not want to deal with long-running PHP processes" -msgstr "" +msgstr "no se quiere meter con procesos PHP de larga ejecución" # 0be95b64ba574c2f924ceeaa0c728966 #: ../../admin/using_queue_daemons.rst:32 msgid "run a low traffic GNU social instance" -msgstr "" +msgstr "ejecutar una instancia GNU social con poco tráfico" # 589ee10f7e8943bd9ad0d245ed85ed87 #: ../../admin/using_queue_daemons.rst:34 msgid "" "In other case, you really should consider enabling the queuedaemon for " -"performance reasons. Background daemons are necessary anyway if you wish " -"to use the Instant Messaging features such as communicating via XMPP." +"performance reasons. Background daemons are necessary anyway if you wish to " +"use the Instant Messaging features such as communicating via XMPP." msgstr "" +"Para cualquier otro caso, se deberia considerar activar el demonio para " +"tener mejor rendimiento." # 28b4232b65b44cab9630f76c823a5437 #: ../../admin/using_queue_daemons.rst:39 msgid "queuedaemon" -msgstr "" +msgstr "Demonio de cola" # 562a2399856342a2bc9484918399a5be #: ../../admin/using_queue_daemons.rst:40 msgid "" -"If you want to use legacy queuedaemon, you must be able to run long-" -"running offline processes, either on your main Web server or on another " -"server you control. (Your other server will still need all the above " -"prerequisites, with the exception of Apache.) Installing on a separate " -"server is probably a good idea for high-volume sites." +"If you want to use legacy queuedaemon, you must be able to run long-running " +"offline processes, either on your main Web server or on another server you " +"control. (Your other server will still need all the above prerequisites, " +"with the exception of Apache.) Installing on a separate server is probably a " +"good idea for high-volume sites." msgstr "" +"Si se quiere usar el script retrocompatible, se tiene que ser capaz de " +"ejecutar scripts de ejecución muy larga, ya sea con el servidor principal o " +"otro. (Si se hace en otro seguirá haciendo falta todos los prerequesitos " +"excepto el servidor web.) Usar un segundo servidor probablemente sea buena " +"idea para las páginas con mucho volúmen." # f490ff4be0864649b233bded682fb1e7 #: ../../admin/using_queue_daemons.rst:46 msgid "" -"You'll need the \"CLI\" (command-line interface) version of PHP installed" -" on whatever server you use." +"You'll need the \"CLI\" (command-line interface) version of PHP installed on " +"whatever server you use." msgstr "" +"Se necesitará tener la version \"CLI\" (command line interface) de PHP " +"instalada en el servidor." # eb2972f15c434fa6ac448f1ae9c1811f #: ../../admin/using_queue_daemons.rst:49 msgid "" "Modern PHP versions in some operating systems have disabled functions " -"related to forking, which is required for daemons to operate. To make " -"this work, make sure that your php-cli config (``/etc/php5/cli/php.ini``)" -" does NOT have these functions listed under 'disable_functions':" +"related to forking, which is required for daemons to operate. To make this " +"work, make sure that your php-cli config (``/etc/php5/cli/php.ini``) does " +"NOT have these functions listed under 'disable_functions':" msgstr "" +"En algunos sistemas operativos, las versiones PHP modernas tienen " +"desactivadas algunas funciones (debido al forking) que son necesarias para " +"que el demonio funcione. Para hacerlo funcionar, hay que asegurarse de que " +"la configuración de ``php-cli`` (``/etc/php5/cli/php.ini``) *NO* tenga estas " +"funciones debajo de la lista 'disable_functions':" # 8459ef2bd09241a58037887ee7643100 #: ../../admin/using_queue_daemons.rst:54 @@ -140,110 +165,137 @@ msgid "" "pcntl_fork, pcntl_wait, pcntl_wifexited, pcntl_wexitstatus, " "pcntl_wifsignaled, pcntl_wtermsig" msgstr "" +"pcntl_fork, pcntl_wait, pcntl_wifexited, pcntl_wexitstatus, " +"pcntl_wifsignaled, pcntl_wtermsig" # d29ec49e426348519574b80a63b4d10b #: ../../admin/using_queue_daemons.rst:57 msgid "Other recommended settings for optimal performance are:" -msgstr "" +msgstr "Otras configuraciones recomendadas para mejor rendimiento son:" # ab191573aef04824913dcbac7afe38dc #: ../../admin/using_queue_daemons.rst:59 msgid "``mysqli.allow_persistent = On``" -msgstr "" +msgstr "``mysqli.allow_persistent = On``" # 9fbe6521e70242c0970069292c8d257a #: ../../admin/using_queue_daemons.rst:60 msgid "``mysqli.reconnect = On``" -msgstr "" +msgstr "mysqli.reconnect = On``" # d0562ebf99c241aa9b5e3f848ce0067f #: ../../admin/using_queue_daemons.rst:62 msgid "" -"If you're using a separate server for queues, install GNU social " -"somewhere on the server. You don't need to worry about the ``.htaccess`` " -"file, but make sure that your ``config.php`` file is close to, or " -"identical to, your Web server's version." +"If you're using a separate server for queues, install GNU social somewhere " +"on the server. You don't need to worry about the ``.htaccess`` file, but " +"make sure that your ``config.php`` file is close to, or identical to, your " +"Web server's version." msgstr "" +"Si se usa un servidor separado para las colas, hay que instalar GNU social " +"en algún lado delservidor. Como no se usará un servidor web, puede ser en " +"cualquier sitio y no hay que preocuparse por el archivo ``.htaccess``, pero " +"hay que tener el archivo ``config.php`` similar, o mejor aún igual, al del " +"servidor web." # ceae5189f5a84d688dd4d17555dba493 #: ../../admin/using_queue_daemons.rst:67 msgid "" -"In your config.php files (on the server where you run the queue daemon), " -"set the following variable::" +"In your config.php files (on the server where you run the queue daemon), set " +"the following variable::" msgstr "" +"En los ``config.php`` (el del servidor y el del demonio de cola), hay que " +"establecer la siguiente variable::" # 8e92f872b6684b69b2c5fd807ea093bb #: ../../admin/using_queue_daemons.rst:72 msgid "On the queues server, run the command ``scripts/startdaemons.sh``." msgstr "" +"En el servidor de cola, hay que ejecutar el script ``scripts/startdaemons." +"sh``." # bd630f8d01814fb18ec23edd7a40189f #: ../../admin/using_queue_daemons.rst:74 msgid "This will run the queue handlers:" -msgstr "" +msgstr "Esto ejecutará el manejador de colas:" # 7b1317a77ec64466aad74cb3df605b99 #: ../../admin/using_queue_daemons.rst:78 msgid "queuedaemon.php" -msgstr "" +msgstr "``queuedaemon.php``" # 3565331d12134ef990f12b42763d4412 #: ../../admin/using_queue_daemons.rst:77 msgid "" -"polls for queued items for inbox processing and pushing out to OStatus, " -"SMS, XMPP, etc." +"polls for queued items for inbox processing and pushing out to OStatus, SMS, " +"XMPP, etc." msgstr "" +"las peticiones para el procesamiento y empuje a OStatus, SMS, XMPP, etc. de " +"los elementos en cola" # 6d518b52aeeb470ba6fb8e19d2de0d30 #: ../../admin/using_queue_daemons.rst:81 msgid "imdaemon.php" -msgstr "" +msgstr "``imdaemon.php``" # fa0207bfd8d9442082867915d9933235 #: ../../admin/using_queue_daemons.rst:81 msgid "if an IM plugin is enabled (like XMPP)" -msgstr "" +msgstr "si un plugin de MI está activo (como XMPP)" # d24c133810364b3595f3e9edb89052db #: ../../admin/using_queue_daemons.rst:84 msgid "(plugins)" -msgstr "" +msgstr "(plugins)" # 5deb487a860d40b384c9747b156f2a47 #: ../../admin/using_queue_daemons.rst:84 msgid "other daemons, like TwitterBridge ones, that you may have enabled" msgstr "" +"otros demonios, como los de TwitterBridge, que puede que se haya activado" # 0cc5a7844266434a8f2c840f943c70f3 #: ../../admin/using_queue_daemons.rst:86 msgid "" -"These daemons will automatically restart in most cases of failure " -"including memory leaks (if a memory_limit is set), but may still die or " -"behave oddly if they lose connections to the XMPP or queue servers." +"These daemons will automatically restart in most cases of failure including " +"memory leaks (if a memory_limit is set), but may still die or behave oddly " +"if they lose connections to the XMPP or queue servers." msgstr "" +"Estos demonios se reiniciarán automaticamente en caso de fallo, incluyendo " +"fugas de memoria (si se establece memory_limit), pero aún así puede que " +"mueran o se comporten de manera extraña si se pierde la conexión al servidor " +"XMPP o a los servidores de cola." # 5a84289d176a436e9b40cc02bd2abe03 #: ../../admin/using_queue_daemons.rst:90 msgid "" -"It may be a good idea to use a daemon-monitoring service, like 'monit', " -"to check their status and keep them running." +"It may be a good idea to use a daemon-monitoring service, like 'monit', to " +"check their status and keep them running." msgstr "" +"Por ello, puede ser buena idea usar un servicio de monitor de demonios, como " +"'monit', para que compruebe su estado y los mantenga en funcionamiento." # 934ecb10cbb44ee2bf3520e06b869f49 #: ../../admin/using_queue_daemons.rst:93 msgid "" -"All the daemons write their process IDs (pids) to ``/var/run/`` by " -"default. This can be useful for starting, stopping, and monitoring the " -"daemons. If you are running multiple sites on the same machine, it will " -"be necessary to avoid collisions of these PID files by setting a site-" -"specific directory in ``config.php``::" +"All the daemons write their process IDs (pids) to ``/var/run/`` by default. " +"This can be useful for starting, stopping, and monitoring the daemons. If " +"you are running multiple sites on the same machine, it will be necessary to " +"avoid collisions of these PID files by setting a site-specific directory in " +"``config.php``::" msgstr "" +"Todos los demonios escriben sus ID de proceso (pids) en ``/var/run/`` por " +"defecto. Esto puede ser útil para iniciar, parar y monitorizar los demonios. " +"Si se ejecutan distintas páginas en la misma máquina, para evitar colisiones " +"será necesario cambiar los PID estableciendo directorios específicospara " +"cada página en ``config.php``::" # 06ab8975c00143c29a55d39f41113750 #: ../../admin/using_queue_daemons.rst:101 msgid "" -"It is also possible to use a STOMP server instead of our kind of hacky " -"home-grown DB-based queue solution. This is strongly recommended for best" -" response time, especially when using XMPP." +"It is also possible to use a STOMP server instead of our kind of hacky home-" +"grown DB-based queue solution. This is strongly recommended for best " +"response time, especially when using XMPP." msgstr "" - +"También es posible usar un servidor STOMP en vez de este pequeño hack para " +"las colas de la BD. Esto se recomienda para un mejor rendimiento, sobretodo " +"si se usa XMPP."