Message-Id: <378FE0A9.63301DAE@bioreason.com>
From: Andrew Dalke <dalke@bioreason.com>
Organization: Bioreason, Inc.
Mime-Version: 1.0
Newsgroups: comp.parallel.pvm
Subject: Re: a design question
References: <378F7FEB.8731EC6B@ornl.gov>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Date: Fri, 16 Jul 1999 19:47:21 -0600
Xref: ukc comp.parallel.pvm:8572


John Galambos <jdg@ornl.gov> said:
> This made recovery easier if a machine crashed. Also, my "function
> evaluator processors" that were running in parallel were pretty big,
> and used too much memory to put a bunch at once on a single node.

You also get better load balancing by sending new tasks off to
machines which just returned data.  If you send everything in
a single shot, you loose that ability.

						Andrew
						dalke@acm.org

