Path: utzoo!attcan!uunet!mcsun!hp4nl!svin02!rcpieter From: rcpieter@svin02.info.win.tue.nl (Tiggr) Newsgroups: comp.misc Subject: Re: A tirade about inefficient software & systems Message-ID: <1534@svin02.info.win.tue.nl> Date: 29 Oct 90 20:12:57 GMT References: <9886@milton.u.washington.edu> <=YN6UN5@xds13.ferranti.com> <8460@scolex.sco.COM> <11R6593@xds13.ferranti.com> Organization: Eindhoven University of Technology, The Netherlands Lines: 16 peter@ficc.ferranti.com (Peter da Silva) writes: >Finally, be careful *what* application you get to do a given task. For >example, window refreshing belongs in the display server task, not duplicated >in every application. Bad example. You should have mentioned MS-DOS where every application is very bad because the programmer spends ages on writing display and printer drivers instead of writing a Good Program. Window refreshing must be done by the task owning the window. It must get information on the region of the screen to be update from the window manager. Having the window manager store bitmaps is stupid, restricting and it consumes much too much memory. Tiggr