Wednesday, February 23, 2011 at 2:24 PM.

myServerFarmSuite.background.everyHour

<<Changes
	<<2/23/11; 2:01:42 PM by DW
		<<Update the main root at the same time as you update the tool.
	<<11/6/10; 4:31:23 PM by DW
		<<Update the tool once an hour.
local (adrdata = myServerFarmSuite.init (), now = clock.now ());
adrdata^.stats.ctRootUpdates++;
adrdata^.stats.whenLastRootUpdate = now;
Frontier.tools.updateMe (this); //11/6/10 by DW
opmlEditor.updateMainRoot () //2/23/11 by DW



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.