emacs-devel
[Top][All Lists]
Advanced

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

Re: Is it possible to change the recv buffer size dynamically for networ


From: Eli Zaretskii
Subject: Re: Is it possible to change the recv buffer size dynamically for network process or subprocess?
Date: Thu, 26 Mar 2020 16:38:52 +0200

> Date: Thu, 26 Mar 2020 21:43:31 +0800
> From: HaiJun Zhang <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden
> 
>  If too many data arrives, emacs may be unresponsive.
> 
>  Unresponsive due to what processing? Are you saying that just
>  _receiving_ the data takes most of the time? I think what takes most
>  of the time is the processing by the filter function, in which case
>  making the filter function process just the few first characters will
>  do.
> 
> Yes. I want to block the sender for some time. It is like to limit the 
> bandwidth to 500KB/s or 10 packets/s.

I don't see how this will help anything, sorry.



reply via email to

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