Changes between Version 1 and Version 2 of MultiUser
- Timestamp:
- Jul 24, 2011, 11:15:44 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultiUser
v1 v2 7 7 The features support the following goals: 8 8 9 * The set of users may be large (1000s) and dynamic. 10 Typically, only a few may have jobs at any given point. 9 11 * The project's resources are shared fairly among users, based on quotas. 10 12 * Users have privacy: a user cannot see the computational results of other users. … … 23 25 Users can supply computing resources to the project, 24 26 and this may affect their quota (see below). 27 25 28 26 29 == Access control == … … 41 44 the amount that each one gets is proportional to their resource share. 42 45 43 Quotas are set by administrators, via the admin web interface. 46 The way in which quotas are determined is up to the project. 47 Some 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 57 Quotas are set by administrators, via the admin web interface 58 or other mechanism.