You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2007/04/10 09:14:32 UTC

[jira] Created: (IVY-469) Parallelize artifact downloading

Parallelize artifact downloading
--------------------------------

                 Key: IVY-469
                 URL: https://issues.apache.org/jira/browse/IVY-469
             Project: Ivy
          Issue Type: Improvement
          Components: Core
            Reporter: Xavier Hanin


For the moment artifact downloading during dependencies resolution happens sequentially, each artifact being downloaded one after the other.

It would be nice to improve Ivy resolve engine to be able to parallelize downloading to optimize performance, especially when using a set of repositories with heterogeneous performance.

We should see how load balancing feature of IVY-468 could be leveraged by this new downloading strategy.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.