From owner-freebsd-fs Mon Jul 8 07:05:43 1996 Return-Path: owner-fs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA05606 for fs-outgoing; Mon, 8 Jul 1996 07:05:43 -0700 (PDT) Received: from mail.ruhrgebiet.individual.net (in-ruhr.ruhr.de [193.100.176.38]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA05601 for ; Mon, 8 Jul 1996 07:05:34 -0700 (PDT) Received: by mail.ruhrgebiet.individual.net (8.7.1/8.6.12) with UUCP id PAA01079 for freebsd.org!freebsd-fs; Mon, 8 Jul 1996 15:24:15 +0200 (MET DST) Received: by robkaos.ruhr.de (/\oo/\ Smail3.1.29.1 #29.1) id ; Sun, 7 Jul 96 22:34 MET DST Message-Id: From: robsch@robkaos.ruhr.de (Robert Schien) Subject: procfs To: freebsd-fs@freebsd.org Date: Sun, 7 Jul 1996 22:34:07 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-fs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is it possible to freeze the current status of a process and restart it at a later time so that it begins execution at the point where it was frozen? I have the problem to do some number crunching. I want to save the process and restart it next day or so. It would be nice to have such a feature. Does any kind of *nix or other OS support this? TIA Robert