boinc/db
David Anderson 797c464b3a - Back end: add a feature for "blackballing" hosts.
To do this, set host.max_results_day to -1.
    If you do this, scheduler requests from that host
    will get an error message, and will otherwise be ignored
    (no jobs in or out, no trickles).
- Scheduler: send_message() should be called ONLY if you're
    not going to call handle_request();
    otherwise we'll write two separate replies.
    To fix this, I added a separate function (send_error_message())
    that can be called within handle_request()
    to deal with error situations.
- Scheduler: moved debug_sched() to main.C
- Scheduler: moved logic to send "delete file" commands
    out of handle_request() into a separate function,
    send_file_deletes() in sched_locality.C.
    Remove #ifdef EINSTEIN_AT_HOMEs; maybe someday another project
    will use locality scheduling!

svn path=/trunk/boinc/; revision=13108
2007-07-06 16:37:00 +00:00
..
.cvsignore
Makefile.am *** empty log message *** 2006-10-16 22:39:27 +00:00
boinc_db.C - feeder: added a new enumerator of DB_WORK_ITEM that, 2007-06-22 23:48:37 +00:00
boinc_db.h - Back end: add a feature for "blackballing" hosts. 2007-07-06 16:37:00 +00:00
constraints.sql svn path=/trunk/boinc/; revision=12536 2007-05-02 23:17:52 +00:00
db_base.C *** empty log message *** 2007-02-21 16:26:51 +00:00
db_base.h *** empty log message *** 2007-02-13 21:41:07 +00:00
init_db
schema.sql user web: add a separate preference for private message notification emails. 2007-06-04 19:35:11 +00:00