Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Some Server stages support multiple input and output links while their Parallel equivalent stages do not. In these cases S2PX will restructure those designs. This restructure may requires the generation of new stages and/or links for which S2PX will generate new names. The naming standards used as as follows:

Stage Naming: The table below describes the ‘generic’ naming approach which may change from Stage type to Stage type.

Link Naming: In all cases the generated Parallel stage links use the same name as the original Server stage link.

Mode

Server Design

Generated Parallel Equivalent

Stage Names

Link Names

Single Read

Stage with a single output link

Image RemovedImage AddedImage RemovedImage Added

The generated Parallel stage uses the same name as the original Server stage.

The generated Parallel stage link uses the same name as the original Server stage link.

Duplicate Read

Stage with multiple output links

Image RemovedImage Added

Image RemovedImage Added

The generated Parallel stages will be named using the format: Read_[LINK_NAME]The generated Parallel stage links uses the same name as the original Server stage links

OriginalStageName_n where ‘n’ is an incrementing integer starting at 1.

Single Write

Stage with a single input link

Image RemovedImage AddedImage RemovedImage Added

The generated Parallel stage uses the same name as the original Server stage

The generated Parallel stage link uses the same name as the original Server stage link.

Duplicate Write

Stage with multiple input links

Image RemovedImage Added

Image RemovedImage Added

The generated Parallel stages will be named using the format: Write_[LINK_NAME]The generated Parallel stage links uses the same name as the original Server stage links

OriginalStageName_n where ‘n’ is an incrementing integer starting at 1.

Stages to Containers

Where a Server Stage is rendered as multiple Parallel Stages then the Server Stage will be rendered as a Local Container with the aim of keeping the appearance of generated Parallel canvas as close to that of the original Server job as possible.

...