From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Asynchronous DNS Date: Tue, 02 Feb 2016 18:24:51 +0200 Message-ID: <83bn7zyt9o.fsf@gnu.org> References: <87si1gx6wz.fsf@gnus.org> <86y4b5zvzt.fsf@gmail.com> <8760y9kwrk.fsf@gnus.org> <87wpqpjgwy.fsf@gnus.org> <83a8nk1cxk.fsf@gnu.org> <87h9hrnc8x.fsf@gnus.org> <83powfzsqt.fsf@gnu.org> <87y4b393hl.fsf@gnus.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1454430332 12044 80.91.229.3 (2 Feb 2016 16:25:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Feb 2016 16:25:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 02 17:25:31 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aQdli-0006IW-1V for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2016 17:25:30 +0100 Original-Received: from localhost ([::1]:57995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQdlh-0004vw-7U for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2016 11:25:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQdlU-0004vd-0Z for emacs-devel@gnu.org; Tue, 02 Feb 2016 11:25:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQdlP-0008OY-Ne for emacs-devel@gnu.org; Tue, 02 Feb 2016 11:25:15 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQdlP-0008OU-L1; Tue, 02 Feb 2016 11:25:11 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2002 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aQdlP-0004V3-0q; Tue, 02 Feb 2016 11:25:11 -0500 In-reply-to: (message from Stefan Monnier on Tue, 02 Feb 2016 08:25:47 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199170 Archived-At: > From: Stefan Monnier > Date: Tue, 02 Feb 2016 08:25:47 -0500 > > > and we don't seem to care... > > Actually, we do, but AFAIK we don't need to know about each and every > thread, we just need to know that threading is used (IIRC, the issues we > need to handle have to do with signal delivery, making sure we run them > in the main Emacs/Elisp thread). We need to know what Emacs code can be run in a separate thread, because such code and changes in it should be audited specially.