Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site cad.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!pyramid!hplabs!ucbvax!cad!faustus From: faustus@cad.UUCP (Wayne A. Christopher) Newsgroups: net.unix-wizards Subject: Re: UNIX Futures Message-ID: <156@cad.UUCP> Date: Tue, 8-Apr-86 16:14:45 EST Article-I.D.: cad.156 Posted: Tue Apr 8 16:14:45 1986 Date-Received: Thu, 10-Apr-86 20:50:34 EST References: <67@cstvax.UUCP> <2864@amdahl.UUCP> <137@myab.UUCP> <6534@utzoo.UUCP> <1090@psivax.UUCP> Organization: U. C. Berkeley CAD Group Lines: 13 > Actually, a properly implemented windowing system should > SIGSTP all processes not in active windows. And the window management > system is best placed in the kernel where it does require a special > process. I don't think you really mean that first comment -- the whole point of having windows is so that you can have some things running in the background, and being able to see them while you're doing something else in the foreground. Also, I see no reason to put window management in the kernel -- X (which I consider the best available window system) has no problems running in user mode. Comments? Wayne