From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Philip K." Newsgroups: gmane.emacs.devel Subject: Re: Emacs HTTP libraries [was: Re: How to contribute new package to GNU ELPA?] Date: Tue, 22 Dec 2020 14:23:59 +0100 Message-ID: <87pn32ezyo.fsf@posteo.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15048"; mail-complaints-to="usenet@ciao.gmane.io" Cc: adam@alphapapa.net, rms@gnu.org, emacs-devel@gnu.org To: Jean Louis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 22 14:25:04 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1krhex-0003nj-V8 for ged-emacs-devel@m.gmane-mx.org; Tue, 22 Dec 2020 14:25:03 +0100 Original-Received: from localhost ([::1]:39604 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krhex-0000GE-2E for ged-emacs-devel@m.gmane-mx.org; Tue, 22 Dec 2020 08:25:03 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39506) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krhe5-0008Fs-7D for emacs-devel@gnu.org; Tue, 22 Dec 2020 08:24:09 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:55107) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krhe0-0002uI-Mm for emacs-devel@gnu.org; Tue, 22 Dec 2020 08:24:09 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 389B92400FB for ; Tue, 22 Dec 2020 14:24:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1608643441; bh=isaJI/P+knNffFMCXL3y/SyqqnUwtQSEyiGKaYjLFxk=; h=From:To:Cc:Subject:Date:From; b=ZKoAnD7p1l4zUJrOaNVj2hNbB7e3BtZHzIRADJ5q1xUqzme9ph6RpFo65pB3shUOJ +AJ0Qto5TowOM+46L+sMeQx3hM6kAQecpnc8pXiDeZcKznVfhWPfVhuoPJ1OUWtAdJ wZFTVAnyqwS2otcJ5jdMNHn/9tN2BECk6/r7rqS7YLYLTYQY9QYb3xeDrMDcWCTdBF 48stUDJV7qxWbDUoLXiTi3Nj0WZt1KSYjT8fxx4V7d3YvjoU0xFac5/xpYCtdJ+6Mo 2Icaa9qsYzwd1IO2nAcVE3PqyZn9lxQ3Ju53DNfgNwLUSbm2sHsctrau/THD4JK2pV qMNM81ZdWT4Rg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4D0cVm2pKMz9rxR; Tue, 22 Dec 2020 14:24:00 +0100 (CET) In-Reply-To: (message from Jean Louis on Tue, 22 Dec 2020 15:03:15 +0300) Received-SPF: pass client-ip=185.67.36.66; envelope-from=philipk@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:261484 Archived-At: Jean Louis writes: > * Philip K. [2020-12-22 13:53]: >> One notable difference is that it will use curl, the binary, instead of >> url.el if it's installed, which does notably accelerate network >> requests. > > Do you think Emacs could use some C library like gnurl or something > else that could accelerate Emacs's network requests? I don't know enough about how Emacs' networking currently works to say for sure. -- Philip K.