Changes between Version 20 and Version 21 of BossaOverview

Show
Ignore:
Author:
davea (IP: 69.232.199.117)
Timestamp:
07/30/08 10:32:32 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaOverview

    v20 v21  
    103103and Bossa can be instructed to randomly mix a given rate of calibration jobs into the job stream. 
    104104 
     105== Replication policy == 
     106 
     107An application's '''replication policy''' decides when additional instances 
     108of jobs are needed. 
     109Examples: 
     110 * Get at least N finished instances of each job. 
     111 * Based on the responses and skill levels of the volunteers who have completed instances, decide whether the error probability is below a given threshold. 
     112 
     113An application's replication policy is embodied in its '''job_finished()''', 
     114a callback function that is called when an instance is finished. 
     115Using the Bossa API, this function can get the set of other instances 
     116and their associated users, 
     117and can decide whether new instances are needed, 
     118and if so, the priority. 
    105119== Use of experts == 
    106120 

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.