Re: Persistent HTTP(S) connections in opkg

2021-01-01 Thread Baptiste Jonglez
Hi, On 31-12-20, Hauke Mehrtens wrote: > > I looked into performance problems of LuCI when using https some time ago. > > > > The slow part was the handshake, the normal stream cipher is relatively > > fast, even very slow devices should be able to do multiple MB/s. > > > > On the server side th

Re: Persistent HTTP(S) connections in opkg

2020-12-31 Thread Hauke Mehrtens
On 12/31/20 8:40 PM, Hauke Mehrtens wrote: On 12/30/20 7:14 PM, Baptiste Jonglez wrote: Following the discussion in http://lists.openwrt.org/pipermail/openwrt-devel/2020-November/032297.html There are basically two options to implement persistent connections in opkg: 1) keep calling "wget

Re: Persistent HTTP(S) connections in opkg

2020-12-31 Thread Paul Spooren
On Mi, Dez 30, 2020 at 19:14, Baptiste Jonglez wrote: Following the discussion in http://lists.openwrt.org/pipermail/openwrt-devel/2020-November/032297.html There are basically two options to implement persistent connections in opkg: 1) keep calling "wget", but pass the list of all pack

Re: Persistent HTTP(S) connections in opkg

2020-12-31 Thread Hauke Mehrtens
On 12/30/20 7:14 PM, Baptiste Jonglez wrote: Following the discussion in http://lists.openwrt.org/pipermail/openwrt-devel/2020-November/032297.html There are basically two options to implement persistent connections in opkg: 1) keep calling "wget", but pass the list of all packages to download