boinc/html
David Anderson 130d6ed4f0 - server: revamp the "assigned job" mechanism.
This now supports two main use cases:
    1) there's a job that you want to run once on all hosts,
        present and future
        (or all hosts belonging to a user, or to a team).
        The job is never transitioned, validated, or assimilated.
    2) There's a normal job for which you want to use only
        hosts belonging to a specific user (e.g. cluster or cloud hosts).
        This restriction can be made either when the job is created,
        or on the fly,
        e.g. as part of a scheme for accelerating batch completion.
        For the latter purposes we now provide a function
            restrict_wu_to_user(DB_WORKUNIT&, int userid);

        The job goes through the standard
        transitioner/validator/assimilator path.

    These cases are enabled by config flags
        <enable_assignment_multi/>
        <enable_assignment/>
    respectively.

    Assignment of type 2) are no longer stored in shared mem,
    so there is no limit on their number.

    There is no longer a rule that assigned job names must contain "asgn".

    NOTE: this requires a database update.


svn path=/trunk/boinc/; revision=25169
2012-01-30 22:39:13 +00:00
..
bt
drupal - web: Drupal stuff 2010-02-04 16:55:16 +00:00
inc - manager: in Disk View, try to make colors more distinct. 2012-01-27 19:24:20 +00:00
languages/translations - user web: internationalization, from Christian Beer 2011-07-25 22:05:49 +00:00
ops - server: revamp the "assigned job" mechanism. 2012-01-30 22:39:13 +00:00
project.sample - DB: use %u when writing result IDs in SQL queries; 2011-11-09 07:41:49 +00:00
queue
user - web: msg tweak 2012-01-29 07:25:55 +00:00