Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!warbob.rice@rand-relay From: warbob.rice@rand-relay@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Detached login sessions Message-ID: <4512@sri-arpa.UUCP> Date: Wed, 24-Aug-83 14:06:39 EDT Article-I.D.: sri-arpa.4512 Posted: Wed Aug 24 14:06:39 1983 Date-Received: Sat, 27-Aug-83 18:02:19 EDT Lines: 17 From: Bob.Warfield The problem of rembering the characteristics of a login session is important not only for networking, but for any serious implementation of a window manager for unix, since multiple shells in separate windows represent a similar problem. Even more difficult is the construction of a window based system that will restore the desktop and associated shell windows to their last state before logout. At the very least this means the virtual terminals should all be in the same state, the histories should be unchanged, and the working directories should be unchanged. Eventually this all reaches the point of absurdity of course. (Should programs that are running at logout be frozen in their current state if they are foreground jobs? Talk about pausing emacs!). Bob Warfield warbob@rice