Driver-Worker Architecture Pattern
(Redirected from driver-worker architecture)
Jump to navigation
Jump to search
A Driver-Worker Architecture Pattern is an information system architecture pattern that ...
- See: Apache Spark Driver-Worker System Architecture, Message Passing Interface (MPI), Celery Framework.
References
2023
- chat
- A driver-worker architecture is a design pattern in distributed computing and parallel processing systems, where one component (the driver) coordinates and manages the work, while other components (the workers) perform the actual tasks. The driver is responsible for distributing tasks, monitoring progress, aggregating results, and handling failures, while the worker components focus on executing the assigned tasks efficiently.