1.

What Are The Typical Processing Strategies In Spring Batch?

Answer»

Normal processing during offline.

Concurrent BATCH or online processing.

PARALLEL processing of many different batch or jobs at the same TIME.

PARTITIONING (processing of many instances of the same JOB at the same time).

Normal processing during offline.

Concurrent batch or online processing.

Parallel processing of many different batch or jobs at the same time.

Partitioning (processing of many instances of the same job at the same time).



Discussion

No Comment Found