From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: async Gnus Date: Wed, 26 Jan 2022 09:53:06 -0800 Message-ID: <87pmoexu2l.fsf@ericabrahamsen.net> References: <87a6flqddp.fsf@elite.giraud> <87fspbzpu5.fsf@ericabrahamsen.net> <87wnimn760.fsf@elite.giraud> <83ee4uhccg.fsf@gnu.org> <871r0umtm1.fsf@elite.giraud> <87k0emlaiv.fsf@elite.giraud> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10438"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Manuel Giraud Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 26 19:19:18 2022 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 1nCmt3-0002WS-K6 for ged-emacs-devel@m.gmane-mx.org; Wed, 26 Jan 2022 19:19:17 +0100 Original-Received: from localhost ([::1]:55936 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nCmt2-000806-GX for ged-emacs-devel@m.gmane-mx.org; Wed, 26 Jan 2022 13:19:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50032) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCmU2-0002SN-Ly for emacs-devel@gnu.org; Wed, 26 Jan 2022 12:53:26 -0500 Original-Received: from mail.ericabrahamsen.net ([52.70.2.18]:57954) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCmU0-0007zD-Tb for emacs-devel@gnu.org; Wed, 26 Jan 2022 12:53:26 -0500 Original-Received: from localhost (c-71-197-232-41.hsd1.wa.comcast.net [71.197.232.41]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 4522B102BE2; Wed, 26 Jan 2022 17:53:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1643219588; bh=C4O0fmoOBrP0WZIWLC6a1gEBY0mV9vHCZnGZx4QRn7s=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=aL7nD/j4DxYNefOdDaKO4AE6kLkVOgY3zmIiEG8Le8sumS9trvFfOpajDEkTr2yxZ UEDdI7WIvhcR0Lonb10YXZme/OX49gv7rWW/+crFqPxTkbvBkXJSAJsWIY2yd3YEqi n+KSuWCupXMJlJZ+sjpfriCUYYqS7O1pB0ScG/00= In-Reply-To: <87k0emlaiv.fsf@elite.giraud> (Manuel Giraud's message of "Wed, 26 Jan 2022 17:36:08 +0100") Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:285444 Archived-At: Manuel Giraud writes: > thomas Fitzsimmons writes: > > [...] > >> Bug 49065 has a huge patch that, among other things, introduces a >> background thread for gnus-group-get-new-news. It was never accepted >> because the author didn't break the larger patch into smaller chunks for >> review. Maybe you could start from that large patch, confirm the >> asynchronous changes work for you, then separate out the >> background-thread parts to submit. > > Yes, Eric point me to this patch too. It is a 8k lines beast but maybe I > could try this method. Thanks. It would be great if you could make use of that somehow -- I don't think anyone's had the wherewithal to actually sit down and read through it.