RE: Parallel tasks and Windows

2007-05-25 Thread Anderson, Rob (Global Trade)
[EMAIL PROTECTED] > Sent: Friday, May 25, 2007 4:37 AM > To: user@ant.apache.org > Subject: Parallel tasks and Windows > > Hi, > > I posed this question some time ago, but did not get any > answers. I thought after half a year (and unfortunately no > new insights) I&#x

Re: Parallel tasks and Windows

2007-05-25 Thread Thomas Voigt
Original-Nachricht Datum: Fri, 25 May 2007 12:44:50 -0400 Von: "David Weintraub" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: Parallel tasks and Windows > Wonder if this has to do with the fact that Windows cannot spawn a new > pro

Re: Parallel tasks and Windows

2007-05-25 Thread David Weintraub
Wonder if this has to do with the fact that Windows cannot spawn a new process. Windows can only spawn new threads, and I wonder if there is something either in your Java startup or your Ant startup script that limits the number of threads to two. On 5/25/07, Thomas Voigt <[EMAIL PROTECTED]> wrot

Parallel tasks and Windows

2007-05-25 Thread Thomas Voigt
Hi, I posed this question some time ago, but did not get any answers. I thought after half a year (and unfortunately no new insights) I'd try again, because this behaviour seriously prolongs our build time :-\ I stumbled upon a curious problem with the ant parallel handling in conjunction with