Changes between Version 17 and Version 18 of WebRpc


Ignore:
Timestamp:
Sep 29, 2007, 3:59:51 PM (17 years ago)
Author:
Nicolas
Comment:

Reword web_stopped and sched_stopped

Legend:

Unmodified
Added
Removed
Modified
  • WebRpc

    v17 v18  
    113113        The SVN changeset number of the project's server software.
    114114 '''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.
    116118 '''account_creation_disabled'''::
    117119        If present, this project is not allowing creation of new accounts
     
    130132 '''platforms'''::
    131133        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.
    134134 '''system_requirements'''::
    135135        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.