Changeset [cbdc3b209a2dfb17f4f1f8f64d19741efc929e37] by Jared Flatow
April 12th, 2011 @ 07:40 PM
move events to Worker and isolate messages to the master to the
worker module
https://github.com/tuulos/disco/commit/cbdc3b209a2dfb17f4f1f8f64d19...
Committed by Jared Flatow
- A tests/test_protocol.py
- R lib/disco/events.py
- R tests/test_events.py
- M examples/worker/simplejob.py
- M lib/disco/core.py
- M lib/disco/fileutils.py
- M lib/disco/job.py
- M lib/disco/task.py
- M lib/disco/util.py
- M lib/disco/worker/__init__.py
- M lib/disco/worker/classic/func.py
- M lib/disco/worker/classic/worker.py
- M tests/test_ratelimit.py
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.