You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Wouter Bancken (JIRA)" <ji...@apache.org> on 2016/06/06 16:38:20 UTC

[jira] [Created] (ARIES-1565) Performance Improvement: unpacking subsystem artifacts to temporary folder avoid directly reading from zip archive

Wouter Bancken created ARIES-1565:
-------------------------------------

             Summary: Performance Improvement: unpacking subsystem artifacts to temporary folder avoid directly reading from zip archive
                 Key: ARIES-1565
                 URL: https://issues.apache.org/jira/browse/ARIES-1565
             Project: Aries
          Issue Type: Improvement
          Components: Subsystem, Util
    Affects Versions: util-1.1.2, subsystem-2.0.8
            Reporter: Wouter Bancken


h4. Description
Aries copies ESA archives to the temporary zip file during the installation phase. Afterwards, bundles are read directly from this temporary zip which has a large impact on the startup performance of Aries applications. By unpacking the esa artifact into the temporary folder it is unpacked only once. Subsequent reads for the bundles (jars) can be read directly from the folder. 

h4. Mailinglist
http://mail-archives.apache.org/mod_mbox/aries-user/201606.mbox/%3CCAL5nZgTq5FxDvURJbzcEZ9YHx6vTs3HAOuFYDYA3ec9OZbmwjA%40mail.gmail.com%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)