Starting click is very slow, if the application has a really large number of
files
----------------------------------------------------------------------------------
Key: CLK-776
URL: https://issues.apache.org/jira/browse/CLK-776
Project: Click
Issue Type: Bug
Components: core
Affects Versions: 2.3.0
Environment: Suse SLES 10.3 with XFS filesystem
Tomcat 6
Reporter: Thomas Herok
Priority: Minor
Hi,
We have a problem with the start-up of the Click framework. Our tomcats take up
to 15 minutes to start it.
The web application has around 2.5 million small files in a XFS file system
(ouch).
During the resolution of the list of templates within the web application Click
will traverse all the directories and files and this really takes some time.
So, we patched the XmlConfigService and it will only look into one configured
folder. This speeds up our starts significantly. The folder is configured as
init parameter in the web.xml.
It would be great, if this patch would be in the next release.
Attached you will find the patch.
Best regards
Thomas Herok
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira