Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!van-bc!ubc-cs!sritchie From: sritchie@cs.ubc.ca (Stuart Ritchie) Newsgroups: comp.sys.next Subject: Re: (Ne)X(T) Terminals Message-ID: <1991Apr27.021526.25372@cs.ubc.ca> Date: 27 Apr 91 02:15:26 GMT References: <1991Apr25.084827.1475@math.ucla.edu> <15305@life.ai.mit.edu> Sender: usenet@cs.ubc.ca (Usenet News) Distribution: na Organization: University of British Columbia, Vancouver, B.C., Canada Lines: 12 I don't know for sure, but by using the machine I'd say that the NeXTstep window manager saves windows in off screen bitmaps. If this is the case, then it must rely on virtual memory to provide enough storage for many open windows. No OS, no disk, and no VM. For this reason, I think a NeXT-terminal would suffer in practice. X can do it because it sends redraw events (blech) to applications rather than saving stuff off screen (oink). ...Stuart