2002-05-17 22:33:57 +00:00
|
|
|
HIGH-PRIORITY (must be done to support SETI@home)
|
2002-04-30 22:22:54 +00:00
|
|
|
|
2002-07-05 05:33:40 +00:00
|
|
|
- proxy support
|
2002-06-03 06:28:02 +00:00
|
|
|
HTTP, Socks
|
|
|
|
Look at other open source code
|
|
|
|
|
2002-08-26 19:16:54 +00:00
|
|
|
- team system
|
2002-06-03 06:28:02 +00:00
|
|
|
in PHP
|
2002-07-05 05:33:40 +00:00
|
|
|
In progress - Barry
|
2002-06-03 06:28:02 +00:00
|
|
|
|
2002-08-26 19:16:54 +00:00
|
|
|
- credit display
|
2002-06-03 06:28:02 +00:00
|
|
|
in PHP
|
2002-07-05 05:33:40 +00:00
|
|
|
In progress - Barry
|
2002-06-03 06:28:02 +00:00
|
|
|
|
2002-06-29 00:15:26 +00:00
|
|
|
- CPU accounting in the presence of checkpoint/restart (Michael)
|
2002-06-03 06:28:02 +00:00
|
|
|
core client periodically gets CPU time, accumulates in state file
|
2002-07-05 05:33:40 +00:00
|
|
|
In progress - Michael
|
2002-06-03 06:28:02 +00:00
|
|
|
|
2002-04-30 22:22:54 +00:00
|
|
|
- test versioning mechanisms for core
|
2002-06-03 06:28:02 +00:00
|
|
|
Idea: need to notify user if core becomes out of date.
|
|
|
|
Send messages if either
|
2002-05-17 22:33:57 +00:00
|
|
|
1) some WU couldn't be sent because core is too old
|
|
|
|
2) no WUs could be sent because core is too old
|
2002-04-30 22:22:54 +00:00
|
|
|
|
2002-06-03 06:28:02 +00:00
|
|
|
- Think about issues in update core client
|
|
|
|
What if state file is incompatible?
|
|
|
|
What if app versions are incompatible?
|
2002-04-30 22:22:54 +00:00
|
|
|
|
|
|
|
- test reporting of app errors
|
|
|
|
|
2002-06-29 00:15:26 +00:00
|
|
|
- complete client side and test hi/lo water mark scheme (Michael)
|
2002-06-06 23:43:05 +00:00
|
|
|
- initialize rsc_fpops and rsc_iops in client WORKUNIT
|
2002-06-07 21:21:55 +00:00
|
|
|
- check server sends correct number of work units
|
2002-06-06 23:43:05 +00:00
|
|
|
- check client requests correct number of seconds of work
|
2002-07-05 05:33:40 +00:00
|
|
|
In progress - Michael
|
2002-04-30 22:22:54 +00:00
|
|
|
|
2002-05-17 22:33:57 +00:00
|
|
|
- measure hardware parameters: CPU speed, #CPUs, memory, disk
|
|
|
|
- define CPU benchmarks
|
|
|
|
- do this for other platforms
|
|
|
|
- Get info periodically rather than always at startup
|
2002-04-30 22:22:54 +00:00
|
|
|
|
|
|
|
- implement graphics system
|
2002-06-29 00:15:26 +00:00
|
|
|
Basic idea: core client passes prefs to app,
|
|
|
|
recommended size and frame rate, etc.
|
2002-04-30 22:22:54 +00:00
|
|
|
- X11 version
|
|
|
|
- Win32-based version
|
2002-06-29 00:15:26 +00:00
|
|
|
- Mac OS X version
|
2002-04-30 22:22:54 +00:00
|
|
|
|
2002-05-17 22:33:57 +00:00
|
|
|
- GUI and screensaver around core client
|
|
|
|
design default (core client) display
|
|
|
|
screensaver options
|
|
|
|
move around screen?
|
|
|
|
system tray icon behavior
|
2002-04-30 22:22:54 +00:00
|
|
|
|
2002-05-17 22:33:57 +00:00
|
|
|
- get idle-only behavior without screensaver
|
2002-06-03 06:28:02 +00:00
|
|
|
Windows
|
|
|
|
UNIX
|
2002-05-17 22:33:57 +00:00
|
|
|
|
|
|
|
- sched server should return total credit info (user, team?)
|
|
|
|
could display in default core client display
|
|
|
|
|
|
|
|
- edit user account
|
2002-08-09 21:45:01 +00:00
|
|
|
|
|
|
|
- more robust XML parsing functions
|
2002-05-17 22:33:57 +00:00
|
|
|
--------------------------
|
|
|
|
MEDIUM-PRIORITY (must be done for CM)
|
|
|
|
|
2002-06-29 00:15:26 +00:00
|
|
|
- review and complete documentation (see end of TODO list)
|
2002-05-17 22:33:57 +00:00
|
|
|
|
|
|
|
- test sticky files
|
|
|
|
|
|
|
|
- test multiple-file applications
|
|
|
|
change add.C to support multi-file applications
|
|
|
|
|
|
|
|
- implement WU/result sequences
|
|
|
|
|
2002-07-15 17:28:04 +00:00
|
|
|
- decide on action when speed_tests detect a calculation inconsistency
|
|
|
|
|
2002-08-09 21:45:01 +00:00
|
|
|
- write functions to determine amount of disk space currently used by BOINC
|
|
|
|
|
|
|
|
- implement user specified disk space limits, including actions to perform
|
|
|
|
when space limit is hit
|
|
|
|
|
|
|
|
- Implement functionality to write client_state file (and other files?) no more than every X seconds
|
|
|
|
|
2002-05-17 22:33:57 +00:00
|
|
|
--------------------------
|
|
|
|
LOW-PRIORITY
|
|
|
|
|
|
|
|
- implement and test the batch mechanism
|
|
|
|
|
|
|
|
- test environment-var mechanism
|
|
|
|
|
|
|
|
- test alpha/beta/prod for apps
|
|
|
|
|
|
|
|
- test on a multiprocessor
|
|
|
|
|
|
|
|
- define logging system on client
|
|
|
|
|
|
|
|
- server-side estimates of WU time requirements
|
|
|
|
- DB entry for WU has int/FP/RAM/disk/net
|
|
|
|
|
|
|
|
- server sends only feasible WUs
|
|
|
|
- limit by RAM, disk
|
|
|
|
- test
|
|
|
|
|
|
|
|
- implement file upload/download requests
|
2002-06-10 06:14:18 +00:00
|
|
|
This can be done in the current WU/result paradigm;
|
|
|
|
WU has a special "null" application
|
|
|
|
use sticky input files to download;
|
|
|
|
use upload-when-done output files to upload
|
2002-04-30 22:22:54 +00:00
|
|
|
|
|
|
|
- preferences
|
|
|
|
finish PHP web interface
|
|
|
|
specific preferences:
|
|
|
|
disk usage
|
|
|
|
% of free space?
|
|
|
|
all except X GB?
|
|
|
|
X GB?
|
|
|
|
minimum checkpoint interval
|
|
|
|
max bytes upload/download per day
|
|
|
|
implement in client
|
|
|
|
hours/days to communicate/compute
|
|
|
|
implement in client
|
|
|
|
control over priorities?
|
|
|
|
|
2002-05-17 22:33:57 +00:00
|
|
|
- define a notion of "app preferences": arbitrary XML edited on server,
|
|
|
|
passed to app client.
|
|
|
|
This could be used to e.g. select a color scheme for graphics
|
|
|
|
Could pass entire prefs?
|
2002-04-30 22:22:54 +00:00
|
|
|
|
|
|
|
- NET_XFER_SET:: do_select: prevent one stream from starving others
|
|
|
|
|
|
|
|
- add the ability to store input data directly in WU,
|
|
|
|
and output directly in result (blob).
|
|
|
|
For projects with small data.
|
|
|
|
|
2002-07-15 23:37:55 +00:00
|
|
|
- add a handler for SIGTERM that calls exit_tasks and makes sure state files
|
|
|
|
are written.
|
|
|
|
|
2002-05-17 22:33:57 +00:00
|
|
|
--------------------------
|
2002-06-29 00:15:26 +00:00
|
|
|
DONE (may need test) Please document these!
|
2002-04-30 22:22:54 +00:00
|
|
|
|
2002-08-26 19:16:54 +00:00
|
|
|
- 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)
|
|
|
|
|
2002-08-19 22:33:34 +00:00
|
|
|
- File retry policies
|
|
|
|
can't download file: when to give up? how to retry?
|
|
|
|
exponential backoff
|
|
|
|
can't upload file: when to give up/retry?
|
|
|
|
To be tested - Eric
|
|
|
|
|
|
|
|
- scheduler RPC retry
|
|
|
|
can't connect to sched server
|
|
|
|
error return from sched server
|
|
|
|
To be tested - David
|
|
|
|
|
2002-08-09 21:45:01 +00:00
|
|
|
- Code-signing
|
|
|
|
To be tested - David
|
|
|
|
|
|
|
|
- Upload authentication (David)
|
|
|
|
Each result contains a "certificate", signed with project key, giving
|
|
|
|
- list of: file name, max size
|
|
|
|
- min, max times to xfer
|
|
|
|
modify put program to decrypt certificate, enforce name/size/time limits
|
|
|
|
To be tested - David
|
|
|
|
|
|
|
|
- make scheduling server use fast CGI
|
|
|
|
To be tested - Michael
|
|
|
|
|
2002-08-02 18:31:20 +00:00
|
|
|
- Test HTTP redirect mechanism for all types of operations (POST, GET, HEAD, etc)
|
|
|
|
|
2002-05-17 22:33:57 +00:00
|
|
|
- mechanism for returning app stderr output to server? store in blob?
|
2002-04-30 22:22:54 +00:00
|
|
|
|
2002-05-17 22:33:57 +00:00
|
|
|
- add size to FILE_INFO
|
|
|
|
server, client sides
|
2002-04-30 22:22:54 +00:00
|
|
|
|
2002-05-17 22:33:57 +00:00
|
|
|
- measure bandwidth on each network xfer
|
|
|
|
maintain exponential average, weighted by #bytes xferred
|
2002-06-07 21:21:55 +00:00
|
|
|
|
2002-06-21 18:31:32 +00:00
|
|
|
- make scheduling server work with fast cgi
|
|
|
|
|
|
|
|
- high and low water marks implemented
|
|
|
|
|
2002-06-29 00:15:26 +00:00
|
|
|
- Think about making the set of scheduling servers dynamic
|
|
|
|
one approach: allow "redirect" reply from server
|
|
|
|
(requires old address to still work)
|
|
|
|
second approach: "master URL"
|
|
|
|
returns a file with list of scheduler address
|
|
|
|
and email address of "problems" contact
|
|
|
|
|
|
|
|
- core client / app trigger file interface
|
|
|
|
core->app
|
|
|
|
init:
|
|
|
|
app preferences
|
|
|
|
recommended graphics size
|
|
|
|
recommended frame rate
|
|
|
|
recommended checkpoint period
|
|
|
|
dynamic:
|
|
|
|
whether to do graphics
|
|
|
|
exit
|
|
|
|
app->core
|
|
|
|
init:
|
|
|
|
actual graphics size
|
|
|
|
dynamic:
|
|
|
|
% done
|
|
|
|
I just checkpointed
|
|
|
|
|