Skip to content
Snippets Groups Projects
Commit ce9cf887 authored by Armin Costa's avatar Armin Costa
Browse files

Update Processors.md

parent 0bb66705
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
The *AOI* entity represents a logial hirarchy in a processor definition that is mapped also in the DES folder structure. The *AOI* entity represents a logial hirarchy in a processor definition that is mapped also in the DES folder structure.
Each processor can have 1 -n *AOI*, also with the same name if required. Each processor can have 1 - n *AOI*, also with the same name if required.
```xml ```xml
<EURAC_GENERIC_P> <EURAC_GENERIC_P>
...@@ -27,7 +27,7 @@ Each processor can have 1 -n *AOI*, also with the same name if required. ...@@ -27,7 +27,7 @@ Each processor can have 1 -n *AOI*, also with the same name if required.
**active** = yes | no : Enable or disable AOI **active** = yes | no : Enable or disable AOI
[**sleepFactor**] = positive int : Factor that multiplies the AOI_THREAD_SLEEP, namely the sleeping interval for the threads inside AOIs. This enables to have AOIs where Threads have bigger sleeping intervals [**sleepFactor**] = positive int : Factor that multiplies the *AOI_THREAD_SLEEP*, namely the sleeping interval for the threads inside AOIs. This enables to have AOIs where Threads have bigger sleeping intervals
### Tags ### ### Tags ###
...@@ -37,7 +37,7 @@ Each processor can have 1 -n *AOI*, also with the same name if required. ...@@ -37,7 +37,7 @@ Each processor can have 1 -n *AOI*, also with the same name if required.
## Distribution ## ## Distribution ##
The *Distribution* entity provides file transfer functionality. The *Distribution* entity provides file transfer functionality for uploading data
```xml ```xml
<Distribution type="ftp" active="no" priority="NORM"> <Distribution type="ftp" active="no" priority="NORM">
...@@ -63,7 +63,7 @@ Consumer (1 - n) ...@@ -63,7 +63,7 @@ Consumer (1 - n)
## Download ## ## Download ##
Download The *Download* entity provides file transfer functionality for downloading data
```xml ```xml
<Download type="sftp" active="yes" priority="NORM"> <Download type="sftp" active="yes" priority="NORM">
...@@ -89,7 +89,7 @@ Consumer (1 - n) ...@@ -89,7 +89,7 @@ Consumer (1 - n)
## Consumer ## ## Consumer ##
Consumer The *Consumer* entity represents the configuration for *Distribution* and *Download* entities
```xml ```xml
<consumer name="user@host.yourdomain" active="yes"> <consumer name="user@host.yourdomain" active="yes">
...@@ -147,7 +147,7 @@ NOTE: It is worthwhile noting that in this file each name reference should be di ...@@ -147,7 +147,7 @@ NOTE: It is worthwhile noting that in this file each name reference should be di
## DataCleaner ## ## DataCleaner ##
DataCleaner The *DataCleaner* entity provides functionality for deleting filesystem contents
```xml ```xml
<DataCleaner name="HOME" type="filesystem" active="yes" priority="NORM"> <DataCleaner name="HOME" type="filesystem" active="yes" priority="NORM">
...@@ -204,7 +204,7 @@ NOTE: Only available on Linux/UNIX compatible environments OR Windows with CyWin ...@@ -204,7 +204,7 @@ NOTE: Only available on Linux/UNIX compatible environments OR Windows with CyWin
## Task ## ## Task ##
Task The *Task* entity encapsulates a given command or code to be executed concurrently in form of a dedicated execution thread
```xml ```xml
<Task name="testPerl" type="cmd" active="yes" priority="NORM"> <Task name="testPerl" type="cmd" active="yes" priority="NORM">
...@@ -257,7 +257,7 @@ Task ...@@ -257,7 +257,7 @@ Task
## TaskGroup ## ## TaskGroup ##
TaskGroup The *TaskGroup* entity encapsulates a given set of *Task* entities and provides *serial* or *parallel* execution
```xml ```xml
<TaskGroup name="taskGroup1" type="parallel" active="yes" priority="NORM"> <TaskGroup name="taskGroup1" type="parallel" active="yes" priority="NORM">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment