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

Yes, and this isn't a issue for me.  The point still is that other
people and myself are looking for a way to parallelize tasks.  Is this
capability on the roadmap, or has anybody implemented a solution that
works well?

Thanks,
Jon

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

Reply via email to