Changes between Version 50 and Version 51 of ProjectOptions


Ignore:
Timestamp:
Feb 20, 2008, 11:49:15 AM (16 years ago)
Author:
Nicolas
Comment:

Anchors

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v50 v51  
    55The following elements in the `<config>` section of your [ProjectConfigFile config.xml] file control various aspects of your project.
    66
    7 == Scheduling options and parameters ==
     7== Scheduling options and parameters == #scheduling
    88{{{
    99[ <one_result_per_user_per_wu/> ]
     
    103103       Don't issue work to clients with AMD K6 processors.
    104104
    105 == Client control ==
     105== Client control == #client-control
    106106{{{
    107107[ <verify_files_on_app_start/> ]
     
    130130This is intended for [NonCpuIntensive applications that use little CPU time], e.g. that do network or host measurements.
    131131
    132 == Server logging ==
     132== Server logging == #server-logging
    133133{{{
    134134[ <sched_debug_level> N </sched_debug_level> ]
     
    148148        The weighting given to the Whetstone benchmark in the calculation of claimed credit. Must be in [0 .. 1]. Projects whose applications are floating-point intensive should use 1; pure integer applications, 0. Choosing an appropriate value will reduce the disparity in claimed credit between hosts. The script html/ops/credit_study.php, run against the database of a running project, will suggest what value to use.
    149149
    150 == File deletion policy ==
     150== File deletion policy == #file-deletion
    151151{{{
    152152[ <delete_delay_hours>X</delete_delay_hours> ]
     
    160160 As a safeguard, the file deleter skips files not owned by this user.
    161161
    162 == Server status page options ==
     162== Server status page options == #server-status
    163163{{{
    164164[ <www_host>hostname</www_host> ]
     
    177177
    178178
    179 == Web site features ==
     179== Web site features == #website
    180180{{{
    181181[ <profile_screening/> ]
     
    211211   If set, banishments require a majority vote among moderators.
    212212
    213 == Miscellaneous ==
     213== Miscellaneous == #misc
    214214{{{
    215215[ <disable_account_creation/> ]
     
    280280        Enables scheduler locking (recommended) and specifies directory where scheduler lockfiles are stored. Must be writable to the Apache user.
    281281
    282 = Parsing project options =
     282= Parsing project options = #parsing-config
    283283
    284284A program or script can access project options as follows: