boinc/languages/translations
David Anderson b7a2c227ca - Work fetch / scheduler:
There are two mechanisms to prevent the scheduler from
    sending jobs that won't finish by their deadline.
    Simple mechanism:
        The client sends the interval x for which CPUs are projected
        to be saturated.
        Given a job with estimated duration y,
        the scheduler doesn't send it if x + y exceeds the delay bound.
        If it does send it, x is incremented by y.
    Complex mechanism:
        Client sends workload description.
        Scheduler does EDF simulation, sees if deadlines are missed.
        The only project using this AFAIK is BOINC alpha test.
    Neither of these mechanisms takes coprocessors into account,
    and as a result jobs could be sent that are doomed to
    miss their deadline.
    This checkin adds coprocessor awareness to the Simple mechanism.

    Changes:
    Client:
        compute estimated delay (i.e. time until non-saturation)
        for coprocessors as well as CPU.
        Send them in scheduler request as part of coproc descriptor.
    Scheduler:
        Keep track of estimated delays separately for different resources
- client: fixed bug that computed CPU estimated delay incorrectly
- client: the work request (req_secs) for a resource is the min
    of the project's share and the shortfall.

svn path=/trunk/boinc/; revision=17086
2009-01-30 21:25:24 +00:00
..
ar.po BOINC Manager, distributed web site and homepage language files updated: Chinese simplified(zh_CN), Spanish(es), Arabic(ar), Hungarien(hu) 2008-05-23 05:17:31 +00:00
be.po
bg.po - web: fixed bugs in Bulgarian translation file 2008-03-14 21:40:18 +00:00
ca.po BOINC homepage language files updated: Catalan(ca) 2008-06-03 05:27:56 +00:00
cs.po Update 2009-01-08 23:39:19 +00:00
de.po Localization: BOINC website and Manager language files updated: German(de), Czech(cs), Finish(fi) 2007-06-22 15:10:44 +00:00
fr.po Attempt to convert French translation to UTF-8 2007-07-03 15:35:05 +00:00
it.po BOINC distributed and homepage websites and BOINC Manager language files updated: Chinese Simplified(zh_CN), Chinese Traditional(zh_TW), Spanish(es), Catalan(ca), Italian(it) 2008-01-02 06:26:21 +00:00
ja.po BOINC homepage language files updated: Chinese simplified(zh_CN), Japanese(ja/ja_JP) 2007-05-11 04:57:52 +00:00
ja_JP.po BOINC homepage language files updated: Chinese simplified(zh_CN), Japanese(ja/ja_JP) 2007-05-11 04:57:52 +00:00
lt.po Update Lithuanian translations 2007-07-08 11:46:06 +00:00
nl.po - user web: code cleanup related to user creation. 2007-07-25 15:11:14 +00:00
pl.po Localization: BOINC homepage websites language files updated: Spanish(es), Polish(pl), Chinese simplified(zh_CN) 2008-06-11 05:27:38 +00:00
pt_BR.po Convert multiple locales to use UTF-8 instead of custom character sets. 2007-07-04 11:17:34 +00:00
ru.po Localization: BOINC website and BOINC Manager language files updated: Dutch(nl), Russian(ru), Polish(pl), German(de), Chinese simplified(zh_CN) 2007-06-04 19:34:49 +00:00
sk.po
tr.po Fix SVN properties for all translation files. 2007-07-04 15:28:28 +00:00
zh-TW.po BOINC distributed and homepage websites and BOINC Manager language files updated: Chinese Simplified(zh_CN), Chinese Traditional(zh_TW), Spanish(es), Catalan(ca), Italian(it) 2008-01-02 06:26:21 +00:00
zh_CN.po Localization: BOINC homepage websites language files updated: Spanish(es), Polish(pl), Chinese simplified(zh_CN) 2008-06-11 05:27:38 +00:00