Subject: Re: more questions about threads...
From: Erik Naggum <erik@naggum.no>
Date: 2000/04/06
Newsgroups: comp.lang.lisp
Message-ID: <3164024042624368@naggum.no>

* David Hanley <djh@ncgr.org>
| Not for every app.  I have an app which runs on a multiple CPU machine,
| and needs to generate a number of images ( time intensive ).  I shoot off
| a number of threads to work on the image ( one each ) and this makes the
| whole thing happen a *lot* faster.

  how do they communicate the results back to eachother or a master?

#:Erik