I'm interested, but doubt that I have enough of the right experience
to be ready.
On your list of development tasks:
Runtime system
Implement a mechanism where the client can ask apps to checkpoint.
Something to think about: Which versions of which operating systems
allow requesting memory blocks of specified sizes at specified locations?
This would make it easier to add checkpoints to programs that don't have
them by copying all of the program's memory to a file, and restarting from
checkpoints by copying it back to the same locations in memory. Extra
disk space required for such checkpoints, but at least it's better than
not having checkpoints at all.
For 64-bit Windows, this needs to be evaluated separately for 32-bit
programs and 64-bit programs.
From: David Anderson <[email protected]>
Subject: [boinc_dev] updated list of development tasks
Any programmers out there interested in helping BOINC?
I've updated the list of development tasks:
http://boinc.berkeley.edu/trac/wiki/DevProjects
-- David
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.