From ... From: Erik Naggum Subject: Re: more questions about threads... Date: 2000/04/06 Message-ID: <3164024042624368@naggum.no>#1/1 X-Deja-AN: 607596793 References: <8buulu$jp$1@nnrp1.deja.com> <38ea854a$0$21260@senator-bedfellow.mit.edu> <38EBBE33.F81B6E4A@ncgr.org> mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 955035626 16981 195.0.192.66 (6 Apr 2000 15:40:27 GMT) Organization: Naggum Software; vox: +47 8800 8879; fax: +47 8800 8601; http://www.naggum.no User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 Mime-Version: 1.0 NNTP-Posting-Date: 6 Apr 2000 15:40:27 GMT Newsgroups: comp.lang.lisp * David Hanley | 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