This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 55307 - Paralelized compilation of projects
Summary: Paralelized compilation of projects
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-02-21 15:54 UTC by Antonin Nebuzelsky
Modified: 2005-03-11 23:51 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2005-02-21 15:54:05 UTC
In performance survey a user was asking for
paralelized compilation of projects:

"I need to parallize the compiling. I have many
independent libraries that are not interdependent
and could be compiled in parralle. All libraries
are of the netbeans lib project type. Can you
change the ant scripts so that they can be
parralized ? on my linux 3 GHZ pentium the
compiling never excededs 50% of the CPU."
Comment 1 Jesse Glick 2005-03-11 23:51:21 UTC
There are way too many possible problems that can be introduced by
parallelization to make it default behavior. Users who know they want this (who
know their SMP machine can do better) and who know there are not going to be any
tricky effects, can use Ant's normal <parallel> task (override the 'deps-jar'
target to use it).