[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
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
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
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