Changes between Version 1 and Version 2 of TrickleImpl

Show
Ignore:
Author:
Nicolas (IP: 190.188.180.148)
Timestamp:
10/06/09 10:40:41 (2 months ago)
Comment:

Fix mentioned filenames to match actual implementation

Legend:

Unmodified
Added
Removed
Modified
  • TrickleImpl

    v1 v2  
    11= Trickle message implementation = 
    22 
    3 On the client, `boinc_send_trickle_up()` creates a file 'trickle_up' in the slot directory and signals the core client via shared memory. When the core client gets this signal, or when the application exits, it moves the file from 'slot/trickle' to 'project/trickle_up_resultid_time'. 
     3On the science app API, `boinc_send_trickle_up()` creates a file 'trickle_up.xml' in the slot directory and signals the core client via shared memory. When the core client gets this signal, or when the application exits, it moves the file from 'slot/trickle_up.xml' to 'project/trickle_up_''resultname''_''time''.xml'. 
    44 
    55When the core client sends an RPC to a server, it scans the project directory for these trickle-up files includes them in the request, and appends '.sent' to their filenames. On successful RPC completion it deletes trickle-up files that were sent earlier. 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.