Changes between Version 34 and Version 35 of CreditNew


Ignore:
Timestamp:
Apr 2, 2010, 10:23:29 AM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CreditNew

    v34 v35  
    592592}}}
    593593
     594Inserted and updated (host_scale_time) by the scheduler.
     595
     596Updated (pfc, et, turnaround) by the validator, within get_pfc().
     597This is short enough that we won't worry about atomic update
     598(only an issue if multiple validators anyway).
     599
    594600New fields in '''app_version''':
    595601{{{
     
    599605double expavg_time;
    600606}}}
     607
     608Updated (pfc, expavg) by the validator at the end of each scan.
     609We need to worry about atomic update.
     610So we keep a vector of new samples, and do careful update.
     611
     612Updated (pfc_scale) by the main feeder.
    601613
    602614New fields in '''app''':