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

aron.gombas do-not-reply at jboss.com
Tue Jul 18 03:52:41 EDT 2006


Hi!

Based on your description, I'd think this is a feature of the "L2 cache", not a bug.

The SVN traversal is probably the most expensive process in Kosmos, so I've introduced a so-called second level cache here. This is very simple: if the revision number did not change since the last traversal, it won't be traversed again, but the previous result will be returned from the cache! (This saves tremendous amount of time in most real-world scenarios.)

Can you check that if you commit a change to your repo the traversal will be done again?

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

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



More information about the jboss-dev-forums mailing list