Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 61838 invoked from network); 14 Aug 2000 12:13:21 -0000 Received: from mta02.mail.au.uu.net (HELO mta02.mail.mel.aone.net.au) (203.2.192.82) by locus.apache.org with SMTP; 14 Aug 2000 12:13:21 -0000 Received: from cognetnt ([63.34.199.10]) by mta02.mail.mel.aone.net.au with SMTP id <20000814121238.RLWV23090.mta02.mail.mel.aone.net.au@cognetnt>; Mon, 14 Aug 2000 22:12:38 +1000 From: "Conor MacNeill" To: , Subject: RE: distributed Ant w/ javaspaces Date: Mon, 14 Aug 2000 22:11:15 +1000 Message-ID: <003801c005e8$be79d1a0$80dc1fcb@cognet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3994C37D.8F845ECC@socialchange.net.au> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Jeff, This has come up a once in the past when we were discussing multithreading. I think the position can be summed up by this quote from Duncan. > Just multi threading. I defintly don't want to support > distributed (across machines) in the core. If somebody wants to build a > framework like that which uses Ant on each machine, that's great and I'd be > interested in trying to see if Ant could be compatible with such a thing, > but it's not something that I'd support in core. Cheers Conor > -----Original Message----- > From: jeff@new-smtp1.ihug.com.au [mailto:jeff@new-smtp1.ihug.com.au]On > Behalf Of Jeff Turner > Sent: Saturday, 12 August 2000 13:25 > To: ant-user@jakarta.apache.org > Subject: distributed Ant w/ javaspaces > > > I was thinking, would it be possible/desirable for Ant to be able to > farm off work to different processors? > > This could be an interesting application of Javaspaces > (http://www.javaworld.com/javaworld/jw-11-1999/jw-11-jiniology_p.html). > There could be a company-wide "compute server", which would make use > of spare cycles from tetris-playing managers on pIIIs. When Ant gets > invoked, it would decide what can be safely parallelised, and farm > that off to the "compute server". > > Just dreaming.. > > --Jeff >