Re: [gwt-contrib] Re: Is it possible to compile modules in parallel?

2012-02-26 Thread Boni Gopalan
Just came across this : http://jectbd.com/?p=1027#more-1027 , almost exactly what I was going to write. Looks very good for the job. Will report back after using it for couple of builds. On Mon, Feb 27, 2012 at 8:58 AM, Boni Gopalan boni.gopa...@gmail.comwrote: The link in Jens' mail is very

[gwt-contrib] Is it possible to compile modules in parallel?

2012-02-24 Thread Boni
If I understand correctly Compiler processes each module inside a for loop. The permutations computed for this module is processed in parallel using ExternalPermutationWorker. This is great since now all my processors will work to complete the compilation quicker. This alone however is not