Newsgroups: comp.parallel.pvm
From: hhl@cs.rice.edu (Honghui Lu)
Subject: Good message passing algorithm for TSP ans QuickSort?
Organization: Rice University, Houston, Texas
Date: 19 Jul 1994 19:37:06 GMT
Message-ID: <30ha12$2ai@larry.rice.edu>


The message passing algorithms I have always have one
process act as server to manage the task queue, and
all others as clients. This seems too naive, and unscalable.
I wonder if there is a better algorithm for them.

Honghui


