emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Re: redisplay-dont-pause is not mentioned in the Emacs manua


From: Kim F. Storm
Subject: Re: [PATCH] Re: redisplay-dont-pause is not mentioned in the Emacs manual
Date: Mon, 12 Jun 2006 23:57:57 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> I suspect this measurement will be meaningless when using the net,
> because it would only tell you how long it took to write all the
> output into some buffer in the ethernet driver.  You won't even know
> when it is sent out on the ethernet.

But then the existing pre-emption check is also meaningless, since
redisplay (due to output buffering) will usually complete before more
input arrives.

> It's possible that your suggestion will give good results nonetheless.

At least, I don't think it will be any worse ... and btw, it also
adapts pre-emption to the actual cpu load on the local systems.

> Pre-emption probably doesn't work very well with added latency of an
> internet connection, especially given all the buffering.  (The Supdup
> protocol, which I worked on in 1980 or so, limited the amount of
> buffering so that pre-emption of Emacs redisplay would work better.)
> Usually the whole screenful will get buffered anyway.

Does the X protocol buffer requests like that?  Last time I looked,
it didn't do much buffering before transmitting on the wire.  But
IIRC, there may be some X-aware protocol which does buffering.

> So please install your patch, and document it.  Then we can see
> how well it works.

I'll do that.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]