Jump to letter: [
ABCFGHIJKLMNOPRSUVX
]
cctools-work_queue - System and library for creation and management of master-worker style programs
- Description:
Work Queue is a framework for building large master-worker applications that
span many computers including clusters, clouds, and grids. Work Queue
applications are written in C, Perl, or Python using a simple API that allows
users to define tasks, submit them to the queue, and wait for completion. Tasks
are executed by a standard worker process that can run on any available machine.
Each worker calls home to the master process, arranges for data transfer, and
executes the tasks. The system handles a wide variety of failures, allowing for
dynamically scalable and robust applications.
Packages