In article <local.mail.freebsd-hackers/[EMAIL PROTECTED]> you
write:
>
>Something that the old DEC took a few stabs at was the idea of a
>"checkpoint" feature where a process or a series of processes could be
>put in a quiesced state. This would page out the process or processes
>into the swap space, allow a hardware shutdown, and after a reboot allow
>the restart of the checkpointed process(es).
You might want to look at Condor <http://www.cs.wisc.edu/condor>,
which does something similar; processes are allowed to be checkpointed
and "migrated" to another machine. Sounds similar to what you
describe above. It's fairly useful for high-throughput computing
(making use of all/any idle CPU cycles).
--
Jonathan
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message