2.13.1 Introduction

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)

See About this document... for information on suggesting changes.