Changes between Version 1 and Version 2 of MultiUser


Ignore:
Timestamp:
Jul 24, 2011, 11:15:44 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MultiUser

    v1 v2  
    77The features support the following goals:
    88
     9 * The set of users may be large (1000s) and dynamic.
     10  Typically, only a few may have jobs at any given point.
    911 * The project's resources are shared fairly among users, based on quotas.
    1012 * Users have privacy: a user cannot see the computational results of other users.
     
    2325Users can supply computing resources to the project,
    2426and this may affect their quota (see below).
     27
    2528
    2629== Access control ==
     
    4144the amount that each one gets is proportional to their resource share.
    4245
    43 Quotas are set by administrators, via the admin web interface.
     46The way in which quotas are determined is up to the project.
     47Some possibilities:
     48
     49 * Each user attaches their own PCs to the BOINC project,
     50   and their quota is the recent average credit of these hosts.
     51 * Volunteers attached to the project can assign shares of their resource
     52   to scientists, and a scientist's quota is the sum of these,
     53   weighted by the volunteer average credit.
     54 * A user's share is increased if they contribute to the portal,
     55   e.g. by participating in the message boards.
     56
     57Quotas are set by administrators, via the admin web interface
     58or other mechanism.