Versions Compared

Key

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

...

  1. database access layer
  2. execution layer
  3. scheduler
  4. user interface
  5. relational database (management system): RDBMS

The scheduler is the main loop of the Pipeline. This long running process polls the database for new tasks, and dispatches processes to the execution layer.

...