boinc/db
David Anderson 0c430ce1fa Add support for multi-size apps
See http://boinc.berkeley.edu/trac/wiki/MultiSize
The components of this include:
- DB changes:
    add size_class to workunit and result
    n_size_classes to app; >1 means multi-size
- size_regulator daemon program: change results states
    from INACTIVE to UNSENT carefully
- size_census program; writes quantile info in flat files
- transitioner: when creating results for multi-size apps,
    set server state to INACTIVE
- sched shmem (feeder): read quantile info from flat files,
    store in shared memory
- scheduler (score-based scheduling): for multi-size apps,
    add component to score function for size class.
- show_shmem: show result size class
- make_work (and other callers of count_unsent_results()):
    count both INACTIVE and UNSENT
- create_work: add --size_class cmdline option

Also:
- if get MySQL errors in upgrade, don't rewrite db_version
2013-04-25 00:27:35 -07:00
..
Makefile.am - Unix: include db/boinc_db_types.h in installed headers 2012-07-10 17:28:04 +00:00
boinc_db.cpp Add support for multi-size apps 2013-04-25 00:27:35 -07:00
boinc_db.h Add support for multi-size apps 2013-04-25 00:27:35 -07:00
boinc_db_types.h Add support for multi-size apps 2013-04-25 00:27:35 -07: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 - remote file management stuff for Condor 2013-03-05 14:05:04 +01:00
db_base.cpp - web: after post to a thread, show thread in user's chosen order 2012-08-01 17:57:56 +00:00
db_base.h - web: after post to a thread, show thread in user's chosen order 2012-08-01 17:57:56 +00:00
init_db
schema.sql Add support for multi-size apps 2013-04-25 00:27:35 -07:00
schema_locality.sql - GUI RPC: more replacement of std::string 2010-03-13 04:40:37 +00:00
schema_vda.sql - file upload handler: add an #ifdef for disabling locking of files 2012-08-15 21:27:38 +00:00