Changes between Version 2 and Version 3 of TrickleMessages
- Timestamp:
- Apr 18, 2009, 5:18:49 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TrickleMessages
v2 v3 10 10 * The application sends a trickle-up message containing a summary of the computational state, so that server logic can decide if the computation should be aborted. 11 11 12 To create a trickle handler daemon, modify the program sched/trickle_handler. C, replacing the function handle_trickle() with your own function. Add an entry in your [ProjectConfigFile config.xml] to run this program as a daemon.12 To create a trickle handler daemon, modify the program sched/trickle_handler.cpp, replacing the function handle_trickle() with your own function. Add an entry in your [ProjectConfigFile config.xml] to run this program as a daemon. 13 13 14 14 == Trickle-down messages ==