[jboss-dev-forums] [Design of Kosmos] - Re: serviceResultUpdaterJob not traversing repository

aron.gombas do-not-reply at jboss.com
Wed Jul 19 06:26:36 EDT 2006


anonymous wrote : I was under the impression that once the server was restarted that the cache would be lost and have to be traversed again. 
Kosmos is using EHCache for caching, and by-default the cache is set to be "disk-persistent", so it will save/load its content to disk and will survive the app-server restarts. (It can be easiliy turned off, of course, see ehcache.xml.)

anonymous wrote : The problem is when I access the SvnMonitoringPortlet the first time it takes a while to load.
Well, it is an expensive operation, so it simply blocks when running it for the first time. Using the scheduler, you can schedule it to run in the background (e.g. at midnight), which can help to achieve a reasonable performance.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959076#3959076

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959076



More information about the jboss-dev-forums mailing list