From 9b038c99d50d19abd39c1bd7bee118df4c976a33 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Mon, 26 Aug 2002 19:16:54 +0000 Subject: [PATCH] Small changes svn path=/trunk/boinc/; revision=380 --- INSTALL | 9 ++------- Makefile.in | 1 - TODO | 15 ++++++++------- 3 files changed, 10 insertions(+), 15 deletions(-) diff --git a/INSTALL b/INSTALL index ff251c4614..3fa4ed3f59 100644 --- a/INSTALL +++ b/INSTALL @@ -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 diff --git a/Makefile.in b/Makefile.in index 69d7ff5af6..8b550ac51c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) \ diff --git a/TODO b/TODO index f8fc2cf24a..c7fe964452 100644 --- a/TODO +++ b/TODO @@ -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