You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Julia Chang <sh...@gmail.com> on 2012/05/09 15:13:51 UTC

performance problem caused by UrlResourceFinder's watchedFiles.

Hi.

org.apache.geronimo.kernel.classloader.UrlResourceFinder
have watchedFiles-list and keep watching if watchedfiles appear later.

Some jar files(ex.jaxb-impl, xalan) have Class-Path entries in their
manifest file.
These watched-files are not stored in repository,
so UrlResourceFinder keep watching them ineffectually.

Might this cause performance problem?
I want an option to enable/disable watchingFiles algorithm.