boinc/db
David Anderson 176b0a4327 - validator: add a --credit_from_runtime option.
This assigns credit proportional to runtime*p_fpops.
    To prevent cheating, p_fpops is capped at the 95th percentile value
    among active hosts,
    and runtime is capped at a specified limit.
    This option supports apps, like LHC's CERNvm app,
    that run for a certain amount of time and then exit.
    The CreditNew system doesn't work for such apps.
- trickle_credit:
    To prevent cheating,
    cap p_fpops at the 95th percentile value among active hosts,
    and require a limit on runtime.
- require that trickle handlers supply an initialization function


svn path=/trunk/boinc/; revision=24182
2011-09-13 21:01:42 +00:00
..
Makefile.am Added include of Makefile.incl and "if INSTALL_HEADERS" around 2009-03-09 15:38:21 +00:00
boinc_db.cpp - validator: add a --credit_from_runtime option. 2011-09-13 21:01:42 +00:00
boinc_db.h - validator: add a --credit_from_runtime option. 2011-09-13 21:01:42 +00:00
bolt_constraints.sql - manager: fix unix build (new file) 2008-01-31 23:43:37 +00:00
bolt_schema.sql Bolt stuff 2008-10-30 22:58:33 +00:00
bossa_constraints.sql - scheduler: in matchmaker scheduler, if find a "locked" array slot, 2008-07-18 20:59:59 +00:00
bossa_schema.sql - lib: fix typo 2008-08-20 16:49:37 +00:00
constraints.sql - server: various changes; 2010-03-29 22:28:20 +00:00
db_base.cpp - server: make the -d 4 feature work with FCGI 2010-04-05 23:12:02 +00:00
db_base.h - backend: make "print queries" a runtime instead of compile-time 2010-04-03 00:02:38 +00:00
init_db
schema.sql - preliminary stuff for mechanism where privileged users 2011-09-07 06:54:44 +00:00
schema_locality.sql - GUI RPC: more replacement of std::string 2010-03-13 04:40:37 +00:00