Re: GUI systems Jonathan S. Shapiro (shap@eros-os.org)
Tue, 27 Jun 2000 20:29:17 -0400

> On restart after a "crash" is it really so
> difficult for the GUI to iterate its list of programs and signal them to
> redraw/invalidate?

This is indeed how I have in mind to implement restart. The problem is that once you build redraw/invalidate into the GUI you tend to start using it for other purposes, and it becomes a potential covert channel.

There is another issue, which is more "purist" in nature: the number of programs that get notified of a restart should be kept as small as possible.

shap