Monday, November 08, 2010 at 12:05 AM.
system.verbs.builtins.realtime.everyHour
on everyHour () {
<<Changes
<<9/11/10; 11:42:51 PM by DW
<<Write the log once per hour, so hours can be converted to dates when there's a new day.
<<8/15/10; 7:37:07 PM by DW
<<Created.
local (adrdata = realtime.init ());
if adrdata^.server.prefs.enabled {
realtime.server.deleteOldInboxes ();
realtime.server.writeLog ()}}; //9/11/10 by DW
bundle { //test code
everyHour ()}
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.