Changes between Version 27 and Version 28 of AccountManagement
- Timestamp:
- Jul 31, 2017, 3:59:50 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AccountManagement
v27 v28 64 64 == Farm managers == 65 65 66 The AM mechanism can alsobe used to implement systems for configuring and controlling BOINC on large clusters.66 The AM mechanism can be used to implement systems for configuring and controlling BOINC on large clusters. 67 67 We call such systems 'farm managers'. 68 68 Farm managers may want to provide fine-grained control over clients, e.g. the ability to suspend/resume results. … … 77 77 The function of the AM mechanism, in this case, is to allow sysadmins to set up new clients by copying files. 78 78 The AM mechanism takes care of registering new clients centrally. 79 80 == Keyword-based project assignment == 81 82 The AM can be used to make systems that dynamically assign volunteers to projects 83 based on [DesignKeywords keywords]. 84 Such a system provides an interface that lets users browse keywords 85 and tag them with either Yes or No. 86 It then attaches the user's computers to projects based on these keywords, 87 and exports them to the client so that they can be used in scheduling. 79 88 80 89 == Account manager RPCs == … … 219 228 </rss_feeds> 220 229 ] 230 [ 231 <user_keywords> 232 <yes>13</yes> 233 ... 234 <no>27</no> 235 ... 236 </user_keywords> 237 ] 221 238 </acct_mgr_reply> 222 239 }}} … … 312 329 and have been replaced by 313 330 * '''<no_rsc>RSC_NAME</no_rsc>''': RSC_NAME is CPU, NVIDIA, ATI, or intel_gpu. 331 * '''user_keywords''': lists of keywords for which user preferences are Yes or No. 314 332 315 333 NOTE: the XML must be as above, with the <url> and <authenticator> elements on a single line,