Small changes

svn path=/trunk/boinc/; revision=380
This commit is contained in:
Eric Heien 2002-08-26 19:16:54 +00:00
parent a85f32729a
commit 9b038c99d5
3 changed files with 10 additions and 15 deletions

View File

@ -70,19 +70,14 @@ BOINC_EMAIL mgary@ssl.berkeley.edu
This is currently used by one of the test scripts. It is not critical for the
running of BOINC.
BOINC_URL_BASE http://localhost/download
This should be set to a url that points to the BOINC_DOWNLOAD_DIR. Currently,
this is the same as the BOINC_DOWNLOAD_URL, although it may change in the
future.
BOINC_KEY_DIR /usr/local/boinc/key_dir
This should be set to a directory in which the public and private keys for
BOINC are to be created. If you wish to place this in a different directory,
change the variable appropriately.
BOINC_KEY 0xdadacafe
BOINC_SHMEM_KEY 0xdadacafe
This should be set to any 32 bit hex value desired. To run multiple instances
of BOINC on one machine, each instance needs to have a different BOINC_KEY
of BOINC on one machine, each instance needs to have a different BOINC_SHMEM_KEY
compiled into it.
BOINC_DB_NAME boinc

View File

@ -60,7 +60,6 @@ ENV_MESSAGES = "****************************************" \
$(BOINC_UPLOAD_URL_MSG) \
$(BOINC_PLATFORM_MSG) \
$(BOINC_EMAIL_MSG) \
$(BOINC_URL_BASE_MSG) \
$(BOINC_KEY_DIR_MSG) \
$(BOINC_SHMEM_KEY_MSG) \
$(BOINC_DB_NAME_MSG) \

15
TODO
View File

@ -4,11 +4,11 @@ HIGH-PRIORITY (must be done to support SETI@home)
HTTP, Socks
Look at other open source code
- team system (Barry)
- team system
in PHP
In progress - Barry
- credit display (Barry)
- credit display
in PHP
In progress - Barry
@ -86,11 +86,6 @@ MEDIUM-PRIORITY (must be done for CM)
--------------------------
LOW-PRIORITY
- implement checkpoint/restart for file transfers
use features of HTTP 1.1
Return an error to server if transfer fails
(store in DB in server)
- implement and test the batch mechanism
- test environment-var mechanism
@ -145,6 +140,12 @@ LOW-PRIORITY
--------------------------
DONE (may need test) Please document these!
- implement checkpoint/restart for file transfers
use features of HTTP 1.1
Return an error to server if transfer fails
(store in DB in server)
- completed by Eric (needs to be tested)
- File retry policies
can't download file: when to give up? how to retry?
exponential backoff