Monday, November 08, 2010 at 12:04 AM.
system.verbs.builtins.mainResponder.testing.quadraRPC
local (ct = 0);
window.about ();
loop {
local (params = {random (1, 50)});
local (tc = clock.ticks () + 30);
scratchpad.statename = betty.rpc.client ("www.scripting.com", 81, "examples.getstatename", @params, false);
msg (ct++ + "; " + scratchpad.statename + "; " + (double (clock.ticks () - tc) / 60 ) + " seconds.");
while clock.ticks () < (tc + 30) {}}
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.