Changeset [6bf0263b9e576b5aa2542cd4f1be34b014df2030] by Ville Tuulos
May 6th, 2009 @ 03:21 AM
Major refactoring of the data transfer infrastructure: Support for Curl added. Networking is now encapsulated in comm_httplib and comm_curl modules. http://github.com/tuulos/disco/c...
Committed by Ville Tuulos
- M conf/disco.conf.example
- M node/disco-worker
- M node/disconode/disco_worker.py
- M node/disconode/external.py
- M pydisco/disco/comm_curl.py
- M pydisco/disco/comm_httplib.py
- M pydisco/disco/core.py
- M pydisco/disco/util.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.