Distributed Sage is a framework that allows one to do distributed
computing from within SAGE. It includes a server, client and workers as
well as a set of classes that one can subclass from to write distributed
computation jobs. It is designed to be used mainly for `coarsely' distributed
computations, i.e., computations where jobs do not have to communicate much
with each other. This is also sometimes referred to as `grid' computing.
subsection introduction (end)
Release 2008.05.04, documentation updated on May 4, 2008.
See About this document... for information on suggesting changes.