Yes - but all these dependencies are calculable from the POM files. I
think about this every time my machine sits with 7 idle cores...

The biggest initial issue is that the local repo is not threadsafe (2
mvn instances running in parallel can crash in interesting ways).

That's the first thing to fix, but it's not a small thing.

On Wed, Apr 9, 2008 at 3:08 PM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
> Hmm, but isnt it a problem if modules depend on each other? if module a
> depends on module b...
>
>  And I think that if implemented it should be scalable to xxx cpus.. I guess
> module a would have to wait for module b or something..
>
>
>
>  VELO wrote:
>
> > Well, may be the best way to do that is add support to maven run modules
> on
> > parallel.... not sure how to, but if maven run two modules at same time,
> on
> > a dual core machine, means a big gain, i believe.
> >
> >
> > VELO
> >
> > On Wed, Apr 9, 2008 at 8:21 AM, Benedikt Thelen <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > Hi there, i am sort of a maven newbee,
> > > At our workplce we have a quite big Coccon project in developenet and we
> > > use
> > > maven to build it. Building takes usually 5-6 minutes which is quite a
> > > while. I noticed using gkrellm and htop that maven only uses one of the
> > > two
> > > processors (Levono Thinkpad with intel core Duo) in my notebook.
> > > Question: Is there a way to tell maven to use both CPU's while building?
> I
> > > searched gooogle a lot but i didn't find anything.
> > >
> > > Greetings Benedikt Thelen
> > >
> > >
> > >
> >
> >
> >
>
>
>  --
>  -Wicket for love
>
>  Nino Martinez Wael
>  Java Specialist @ Jayway DK
>  http://www.jayway.dk
>  +45 2936 7684
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to