...
Unlike Parallel Jobs, input and output (passive) stages can act as both an input and output in the one Server job. When a job contains such a design, the Server engine will synchronize execution so that any load processes are completed before performing the read processes. For example, consider the following job design:
Gliffy | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The processes used by the server job will be synchronized such to ensure that the stages grouped by the yellow annotation on the left are fully executed before starting the stages grouped by the annotation on the right.
...