Translations - ONYX - 9.0 - Exploitation - Guide d'exploitation ONYX Server sur Linux/19/en

Différence entre versions

De MappingDoc
(Page créée avec « {| class="wikitable" |- | map_daemon || Processes of the spooler which allow jobs to be managed in the queues. |- | map_lpd || Recovery process of the jobs sent via LPR. T... »)
 
 
Ligne 3 : Ligne 3 :
 
| map_daemon || Processes of the spooler which allow jobs to be managed in the queues.
 
| map_daemon || Processes of the spooler which allow jobs to be managed in the queues.
 
|-
 
|-
| map_lpd || Recovery process of the jobs sent via LPR. This is a derivative of the map_daemon process.
+
| map_lpd || Recovery process of the jobs sent via LPR. This is a child of the map_daemon process.
 
|-
 
|-
| map_splf || Process which notably allows you to add a job in a queue. This is a derivative of the map_lpd process, it communicates with the map_daemon process via the port defined by the PORT_SOCKET_DAEMON parameter in the mapping.conf file. It can also be directly triggered in command line to manage queues or jobs.
+
| map_splf || Process which notably allows you to add a job in a queue. This is a child of the map_lpd process, it communicates with the map_daemon process via the port defined by the PORT_SOCKET_DAEMON parameter in the mapping.conf file. It can also be directly triggered in command line to manage queues or jobs.
 
|-
 
|-
| map_exec || Process which handles jobs in queues to apply processes to them (workflow, script execution, delivery to a printer…). This is a derivative of the  map_daemon process. There is one map_exec per queue being processed.
+
| map_exec || Process which handles jobs in queues to apply processes to them (workflow, script execution, delivery to a printer…). This is a child of the  map_daemon process. There is one map_exec per queue being processed.
 
|-
 
|-
| map_lpr || Process which sends a printing stream to a printer using the LPR protocol. This is a derivative of the map_exec process. It can also be directly triggered in command line.
+
| map_lpr || Process which sends a printing stream to a printer using the LPR protocol. This is a child of the map_exec process. It can also be directly triggered in command line.
 
|-
 
|-
| map_809 || Execution Process of a Workflow. This is a derivative of the  map_exec process.
+
| map_809 || Execution Process of a Workflow. This is a child of the  map_exec process.
 
|-
 
|-
 
| mapcpysplf || Process which calls for the mapping of a document. It can be triggered in command line, in a script, in the workflow (map_809)…
 
| mapcpysplf || Process which calls for the mapping of a document. It can be triggered in command line, in a script, in the workflow (map_809)…

Version actuelle datée du 28 août 2019 à 13:32

Informations concernant le message (contribuer)

Ce message n’est pas documenté. Si vous savez où ou comment il est utilisé, vous pouvez aider les autres traducteurs en créant sa documentation.

Définition du message (ONYX:9.0:Exploitation:Guide d'exploitation ONYX Server sur Linux)
{| class="wikitable"
|-
| map_daemon || Processus du spooler, permettant l’orchestration des travaux dans les files d’attente.
|-
| map_lpd || Processus de réception des travaux envoyés en LPR. C’est un enfant du processus map_daemon.
|-
| map_splf || Processus permettant notamment d’ajouter un travail dans une file d’attente. C’est un enfant du processus map_lpd, et communique avec le processus map_daemon via le port défini par le paramètre PORT_SOCKET_DAEMON du fichier mapping.conf. Il peut également être déclenché directement en ligne de commande pour agir sur les files d’attentes ou sur les travaux.
|-
| map_exec || Processus prenant en charge un travail présent dans une file d’attente afin de lui appliquer un traitement (workflow, exécution d’un script, envoi vers une imprimante…). C’est un enfant du processus map_daemon. Il y en a un par file d’attente en cours de traitement.
|-
| map_lpr || Processus permettant d’envoyer un flux d’impression vers une imprimante avec le protocole LPR. C’est un enfant du processus map_exec. Mais il peut également être invoqué directement dans une commande.
|-
| map_809 || Processus d’exécution d’un Workflow. C’est un enfant du processus map_exec.
|-
| mapcpysplf || Processus permettant d’invoquer la composition d’un document. Il peut être déclenché en ligne de commande, dans un script, dans le workflow (map_809)…
|-
| map_815UCS || Processus de composition d’un document (invoqué par le mapcpysplf).
|-
| map_mail || Processus permettant d’envoyer un email avec une pièce jointe.
|-
| map_scanfolder || Processus lié à un robot, permettant de scruter les fichiers dans un dossier afin de lancer un traitement de workflow sur chacun d’entre eux.
|}
Traduction{| class="wikitable"
|-
| map_daemon || Processes of the spooler which allow jobs to be managed in the queues.
|-
| map_lpd || Recovery process of the jobs sent via LPR. This is a child of the map_daemon process.
|-
| map_splf || Process which notably allows you to add a job in a queue. This is a child of the map_lpd process, it communicates with the map_daemon process via the port defined by the PORT_SOCKET_DAEMON parameter in the mapping.conf file. It can also be directly triggered in command line to manage queues or jobs.
|-
| map_exec || Process which handles jobs in queues to apply processes to them (workflow, script execution, delivery to a printer…). This is a child of the  map_daemon process. There is one map_exec per queue being processed.
|-
| map_lpr || Process which sends a printing stream to a printer using the LPR protocol. This is a child of the map_exec process. It can also be directly triggered in command line.
|-
| map_809 || Execution Process of a Workflow. This is a child of the  map_exec process.
|-
| mapcpysplf || Process which calls for the mapping of a document. It can be triggered in command line, in a script, in the workflow (map_809)…
|-
| map_815UCS || Mapping processus of a document (called by the mapcpysplf command).
|-
| map_mail || Process which sends an e-mail with an attachment.
|-
| map_scanfolder || Process linked to a robot which allows you to monitor files in a folder so as to launch a workflow processing on each of them.
|}
map_daemon Processes of the spooler which allow jobs to be managed in the queues.
map_lpd Recovery process of the jobs sent via LPR. This is a child of the map_daemon process.
map_splf Process which notably allows you to add a job in a queue. This is a child of the map_lpd process, it communicates with the map_daemon process via the port defined by the PORT_SOCKET_DAEMON parameter in the mapping.conf file. It can also be directly triggered in command line to manage queues or jobs.
map_exec Process which handles jobs in queues to apply processes to them (workflow, script execution, delivery to a printer…). This is a child of the map_daemon process. There is one map_exec per queue being processed.
map_lpr Process which sends a printing stream to a printer using the LPR protocol. This is a child of the map_exec process. It can also be directly triggered in command line.
map_809 Execution Process of a Workflow. This is a child of the map_exec process.
mapcpysplf Process which calls for the mapping of a document. It can be triggered in command line, in a script, in the workflow (map_809)…
map_815UCS Mapping processus of a document (called by the mapcpysplf command).
map_mail Process which sends an e-mail with an attachment.
map_scanfolder Process linked to a robot which allows you to monitor files in a folder so as to launch a workflow processing on each of them.