From 8b32bbc53619e1c2a391ddea92b5cbc068e9aa52 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 29 Nov 2002 20:13:44 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=669 --- doc/create_project.html | 2 +- doc/files.html | 2 +- doc/work.html | 25 ++++++++++++------------- todo | 6 ++++++ 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/doc/create_project.html b/doc/create_project.html index ebad1fd3b0..e11c438f90 100644 --- a/doc/create_project.html +++ b/doc/create_project.html @@ -84,6 +84,6 @@ Monitoring the performance of a BOINC project Tools for monitoring the system as a whole. diff --git a/doc/files.html b/doc/files.html index 61cf7957c4..8263339889 100644 --- a/doc/files.html +++ b/doc/files.html @@ -5,7 +5,7 @@

The BOINC storage model is based on files. The inputs and outputs of applications, -and the applications executables, are files. +and the application executables, are files.

The BOINC core client transfers files to and from data servers operated by the project, using HTTP. diff --git a/doc/work.html b/doc/work.html index 19af2c64df..4776a48295 100644 --- a/doc/work.html +++ b/doc/work.html @@ -14,33 +14,32 @@ The attributes of a workunit include:

  • The estimated resource requirements of the work unit (computation, memory, disk space).
  • A delay bound: upper bound on how long -an instance of this work unit should take to complete. -This limits what hosts the workunit is sent to, +a result associated with this work unit should take to complete. +This determines which hosts the workunit can be sent to, and it's used to assign result deadlines and times for retrying results.

    The inputs to a workunit are described by an XML document of the form

    -[ <file_info>...</file_info> ]
    +[ <file_info>...</file_info> ]
     [ ... ]
    -<workunit>
    -    <app_name>blah</app_name>
    -    [ <command_line>-flags xyz</command_line> ]
    -    [ <env_vars>name=val&name=val</env_vars> ]
    -    [ <file_ref>...</file_ref> ]
    +<workunit>
    +    [ <command_line>-flags xyz</command_line> ]
    +    [ <env_vars>name=val&name=val</env_vars> ]
    +    [ <file_ref>...</file_ref> ]
         [ ... ]
    -<workunit>
    +</workunit>
     
    The components are:

    A workunit is associated with an application, not with a particular diff --git a/todo b/todo index 358a98290c..a5c0cccc32 100755 --- a/todo +++ b/todo @@ -1,8 +1,14 @@ +<<<<<<< todo +user PHP session mechanism + +protection mechanism for project admin web +======= use PHP session mechanism instead of our own cookies use https for login (don't sent account key or password in clear) protect project admin web pages (htaccess) +>>>>>>> 1.6 Deadline mechanism for results - use in result dispatching