Adi Oanca <adioanca@xxxxxxxxxxxxx> wrote:
> >> Yup, in concept. I wonder what happens if I want to transfer a
> >>10K region? That region will be transfered to app_server, but the
> >>buffer will remain at 10K ! That's a _bad_ thing as the buffer is
> > > too big
> >>for caching drawing commands and the GUI will be less responsive.
> >>It's enough that the initial buffer has 2K (R5's one is 1K), but
> > > 10K is
> >>already too much!
> > Right, that's also a problem.
> That's still a problem. :-)
You might have missed it (obviously), but the code doesn't suffer from
this anymore after the rework.
Messages are flushed when a certain watermark is reached, and that is
independent from the actual buffer size.
Bye,
Axel.