Jon W wrote: > I have a C++ product that takes ~3 hours to build both Debug and > Release versions. With the multiple core cpus available, I would like > to be building the Debug and Release versions at the same time. > Having a multiple core CPU is only going to help if the build is CPU bound. It's often memory bound, so you may not see an improvement, and may even see a degradation from building simultaneously. > My current build configuration builds the Release version, then the > Debug version. Is there any way to build both at the same time in > parallel tasks? > > I saw the email thread discussing the use of ccnet to "parallelize" > the builds, but this then requires double the ccnet projects and > double the email. (I have another product that has 4 configurations > to build, each taking around 2 hours, so using ccnet is not a great > solution as it would require 4 times the maintenance and send out 4 > times the amount of email.) >
You can tweak when CC.Net sends out email, so that it only sends it out on failed builds (for example), or you can turn the email off entirely. CCTray is more convenient for monitoring the builds. Gary ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users