> > > e.g. make it easier to transparently implement the feature of
> > > running
> > > remote applications.
> >
> > NOT that I agree moving AS functionality in libbe, but in case of
> > remote
> > GUI app running, app_server would be in local memory, won't he?
>
> The one responsible for rendering on your local screen certainly does.
> How the connection from the remote application to it works, remains to
> be designed. E.g. the app server on the remote machine could act as a
> proxy.
We shall see...
> > > The proposal for drawing non-off-screen bitmaps on
> > > the application side does explicitly draw only bitmaps, that can be
> > > draw locally, on the app side.
> >
> > What are you trying to say here...?
>
> Only that rendering bitmaps in the application wouldn't stand in the
> way of running applications remotely, since one can simply do the
> drawing in the app server in this case (though I think, that wouldn't
> even be necessary).
Ohhh... Yup you thought good!