Mark Hittinger wrote:
>
> 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).
Actually checkpoint/restart worked pretty well under both VMS and ELN.
The core file code gives us a reasonable starting point for doing the
same; the Emacs "loadup/dump" initialization essentially does a check-
point of Emacs following elisp initialization.
--
"Where am I, and what am I doing in this handbasket?"
Wes Peters Softweyr LLC
[EMAIL PROTECTED] http://softweyr.com/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message