Data Concurrency - Sequential Execution (Serial Process)

Data System Architecture

About

sequential execution is a process that can be imagined as a single worker on an assembly line moving between tasks (operations - one job at a time) whereas a parallel program is more like a series of workers, each doing a specific task.





Discover More
Data System Architecture
Concurrency - Parallel Execution

Where a sequential execution can be imagined as a single worker on an assembly line moving between tasks, a parallel process is more like a series of workers, each doing a specific task. Parallelism...
Scale Counter Graph
Performance

has two dimensions (two metrics): either the Time to do the task from start to finish (execution time, response time, latency) or the tasks per unit time (throughput, bandwidth) is a feature....
Card Puncher Data Processing
Process - Daisy Chain

A daisy chain is a serial process where one person (or entity) must ask to another to be able to get something. Daisy Chain



Share this page:
Follow us:
Task Runner