Skip to content
Snippets Groups Projects
Processor.md 898 B
Newer Older
Armin Costa's avatar
Armin Costa committed
 
# Processor #


  
## AOI ##
 
dsd
 
```xml
<EURAC_GENERIC_P>
	<Processing>
		<AOI name="yourAOI" active="yes">
			...
			...
		</AOI>
	</Processing>
</EURAC_GENERIC_P>
Armin Costa's avatar
Armin Costa committed
```

 
### Attributes ###
 
name = : Name of the 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 


### Tags ###
 
Armin Costa's avatar
Armin Costa committed
[[Distribution] [Download] [Task] [TaskGroup] [DataCleaner]] (1 - n)

  
## Distribution ##
 
sdasd
 
```xml
<Distribution type="ftp" active="no" priority="NORM">
	<consumer>
	</consumer>
</Distribution>
```
 
### Attributes ###
 
type = ftp | sftp : Transfer protocol

active = yes | no : Enable or disable Distribution

priority = MIN | NORM | MAX : Thread priority

 
### Tags ###
 
Consumer (1 - n)