Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
svn path=/trunk/boinc/; revision=380
  • Loading branch information
eheien committed Aug 26, 2002
1 parent a85f327 commit 9b038c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
9 changes: 2 additions & 7 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,14 @@ BOINC_EMAIL [email protected]
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
Expand Down
1 change: 0 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
15 changes: 8 additions & 7 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9b038c9

Please sign in to comment.