Uploaded image for project: 'JBoss Modules'
  1. JBoss Modules
  2. MODULES-284

Performance problem in JarFileResourceLoader

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      JarFile and ZipFile lock for just about anything. WildFly deployment iterates many shared modules, all of which are backed by JAR files. Deploying many archives in parallel can cause massive contention on these JAR files from iteration operations.

      We don't need to iterate the JarFile every time; we can just grab a snapshot copy of the list of regular files in the JAR and traverse that instead.

              dlloyd@redhat.com David Lloyd
              dlloyd@redhat.com David Lloyd
              Archiver:
              rhn-support-ceverson Clark Everson

                Created:
                Updated:
                Resolved:
                Archived: