Changes between Version 85 and Version 86 of DevProjects


Ignore:
Timestamp:
May 22, 2013, 3:52:41 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevProjects

    v85 v86  
    9393Details are [wiki:PrefsRemodel here].
    9494
     95=== Dynamic deadline adjustment ===
     96
     97Currently, when the scheduler sends a job to the client,
     98the job has a fixed deadline.
     99If the job hasn't been completed and reported to the scheduler by then,
     100the server will generate a new instance the job.
     101In some cases this is wasteful.
     102If the client is 90% finished with the job by the deadline,
     103it may be better to let it finish than to create a new instance.
     104The proposal, in general terms:
     105 * Have the client report the status (fraction done and elapsed time) of in-progress jobs.
     106 * Allow the scheduler to extend the deadlines of jobs under some conditions.
     107
     108
    95109== Small and medium-size projects ==
    96110