Changeset [2b6392ef4c83b97cd02ff7a4bb12664398815a4a] by Ville Tuulos
August 29th, 2009 @ 09:15 PM
refactoring active_workers, testing the new scheduler
(handle_job is not compatible yet with the new EXIT signal
handling)
http://github.com/tuulos/disco/commit/2b6392ef4c83b97cd02ff7a4bb126...
Committed by Ville Tuulos
- M master/disco-master
- M master/src/disco_main.erl
- M master/src/disco_server.erl
- M master/src/disco_worker.erl
- M master/src/fair_scheduler.erl
- M master/src/fair_scheduler_fair_policy.erl
- M master/src/fair_scheduler_fifo_policy.erl
- M master/src/fair_scheduler_job.erl
- M master/src/handle_job.erl
- M master/src/task.hrl
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.