Changes between Version 6 and Version 7 of TrickleApi
- Timestamp:
- Sep 22, 2011, 12:01:06 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TrickleApi
v6 v7 73 73 in your [ProjectOptions#Clientcontrol configuration] (config.xml) file, 74 74 to delete unneeded trickle-related records from your database. 75 76 == Replicated trickle-up messages == 77 78 You can arrange to have trickle-up messages sent not only the the project's scheduler, 79 but to other schedulers as well. 80 To do this, including the following in your gui_urls.xml file: 81 82 {{{ 83 <trickle_up_urls> 84 <url>http://a.b.edu/test2_cgi/cgi</url> 85 [ ... ] 86 </trickle_up_urls> 87 }}} 88 89 The messages sent to these trickle-up handlers 90 are abbreviated versions of scheduler RPC requests.