Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 503 invoked from network); 6 Sep 2010 20:00:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Sep 2010 20:00:15 -0000 Received: (qmail 11647 invoked by uid 500); 6 Sep 2010 20:00:15 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 11566 invoked by uid 500); 6 Sep 2010 20:00:15 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 11559 invoked by uid 99); 6 Sep 2010 20:00:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Sep 2010 20:00:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Sep 2010 20:00:14 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o86Jxrrv006538 for ; Mon, 6 Sep 2010 19:59:53 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o86JxrvG006537; Mon, 6 Sep 2010 15:59:53 -0400 (EDT) Date: Mon, 6 Sep 2010 15:59:53 -0400 (EDT) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 49888] New: slow down in exec task calls X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: claude.lavillonniere@actividentity.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49888 Summary: slow down in exec task calls Product: Ant Version: 1.8.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Core tasks AssignedTo: notifications@ant.apache.org ReportedBy: claude.lavillonniere@actividentity.com There is a slow down in ant 1.8.1 and 1.8.0 exec task calls. To reproduce it I writed a target with 50 calls to an exec function .... exec call repeated 50 times With ant 1.7.1 that function requires 4 s [exec] java version "1.6.0_17" [exec] Java(TM) SE Runtime Environment (build 1.6.0_17-b04) [exec] Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing) BUILD SUCCESSFUL Total time: 4 seconds With ant 1.8.1 that function requires 24 s [exec] java version "1.6.0_17" [exec] Java(TM) SE Runtime Environment (build 1.6.0_17-b04) [exec] Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing) BUILD SUCCESSFUL Total time: 24 seconds -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.