You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tamas Cservenak (Jira)" <ji...@apache.org> on 2022/11/02 14:40:00 UTC

[jira] [Created] (MRESOLVER-283) Introduce resolver wide "shared" executor service

Tamas Cservenak created MRESOLVER-283:
-----------------------------------------

             Summary: Introduce resolver wide "shared" executor service
                 Key: MRESOLVER-283
                 URL: https://issues.apache.org/jira/browse/MRESOLVER-283
             Project: Maven Resolver
          Issue Type: Improvement
          Components: Resolver
            Reporter: Tamas Cservenak
             Fix For: 1.9.0


More and more component in resolver does parallel processing (BF collector, MD resolver, basic connector), and they all create, maintain their own executor instance.

Instead of this, create one shared "thread pool" (executor) component and just share it accross resovler.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)