From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: 100% CPU on TCP servers (on Windoze). Date: Fri, 14 Jul 2006 22:04:11 -0400 Message-ID: References: <44B76936.4080803@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1152929035 29845 80.91.229.2 (15 Jul 2006 02:03:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Jul 2006 02:03:55 +0000 (UTC) Cc: Emacs Devel , "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 15 04:03:53 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G1ZVV-0006x2-EF for ged-emacs-devel@m.gmane.org; Sat, 15 Jul 2006 04:03:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1ZVV-0003ns-46 for ged-emacs-devel@m.gmane.org; Fri, 14 Jul 2006 22:03:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1ZVK-0003nX-67 for emacs-devel@gnu.org; Fri, 14 Jul 2006 22:03:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1ZVJ-0003nL-0x for emacs-devel@gnu.org; Fri, 14 Jul 2006 22:03:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1ZVI-0003nI-OC for emacs-devel@gnu.org; Fri, 14 Jul 2006 22:03:36 -0400 Original-Received: from [209.226.175.110] (helo=tomts43-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1ZXP-00043t-KC for emacs-devel@gnu.org; Fri, 14 Jul 2006 22:05:47 -0400 Original-Received: from localhost ([70.53.195.230]) by tomts43-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060715020335.DQQL1543.tomts43-srv.bellnexxia.net@localhost>; Fri, 14 Jul 2006 22:03:35 -0400 Original-Received: by localhost (Postfix, from userid 20848) id 10A19846E; Fri, 14 Jul 2006 22:04:11 -0400 (EDT) Original-To: "Juanma Barranquero" In-Reply-To: (Juanma Barranquero's message of "Sat, 15 Jul 2006 01:23:31 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:57030 Archived-At: >> You can use (featurep 'make-network-process '(:family local)) to see >> if unix sockets are available -- use them if available, > Wouldn't that preclude using emacsclient from a Windows machine to > connect to an Emacs running on GNU/Linux? Whether or not remote control is allowed (via a TCP port) should be controlled by a variable. Stefan