Changes between Version 17 and Version 18 of WebRpc
- Timestamp:
- Sep 29, 2007, 3:59:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebRpc
v17 v18 113 113 The SVN changeset number of the project's server software. 114 114 '''web_stopped''':: 115 Nonzero if the project's database is down, so data-driven web pages turned off. 115 Nonzero if the project's database is down, which means the data-driven web pages are turned off. 116 '''sched_stopped''':: 117 Nonzero if the project's scheduler server is down, which means you can't get new work or report completed work. 116 118 '''account_creation_disabled''':: 117 119 If present, this project is not allowing creation of new accounts … … 130 132 '''platforms''':: 131 133 A list of platforms for which the project has application versions. 132 '''sched_stopped'''::133 Nonzero if the project's scheduler server is down, so no work units uploading/downloading is available.134 134 '''system_requirements''':: 135 135 Hardware requirements for participating in this project. If a computer doesn't meet these requirements it may not get sent any work by the project. All requirements are 'net'; e.g. the CPU requirements are after factors like [ClientSched on-fraction, active-fraction], and resource share have been taken into consideration. NOT IMPLEMENTED YET.