Versions Compared

Key

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

Process Separate files into separate streams

Scenario

Very large quantities of data are required to be processed from a set of files. It is useful to be able to process each file into a separate stream, such that if we are processing 10 files and there is a failure in in the 9th file, we will not have to re-process the first 8 files.

...