The distributed Swarm expands on the true threaded Swarm by allowing the various pairs of threads to run on different computers. These Swarm chunks communicate with one another using remote method invocation. The effect is a truly parallelized Swarm.
FIXME: This implementation does not exist yet.