From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: 100% CPU on TCP servers (on Windoze). Date: Sat, 15 Jul 2006 02:50:42 +0200 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 1152924792 22055 80.91.229.2 (15 Jul 2006 00:53:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Jul 2006 00:53:12 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 15 02:53:11 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 1G1YP5-00052f-Ns for ged-emacs-devel@m.gmane.org; Sat, 15 Jul 2006 02:53:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1YP5-0003w6-B5 for ged-emacs-devel@m.gmane.org; Fri, 14 Jul 2006 20:53:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1YOV-0003Ol-Jr for emacs-devel@gnu.org; Fri, 14 Jul 2006 20:52:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1YOU-0003NW-ML for emacs-devel@gnu.org; Fri, 14 Jul 2006 20:52:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1YOU-0003N6-FT for emacs-devel@gnu.org; Fri, 14 Jul 2006 20:52:30 -0400 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1YQa-0008C2-OS for emacs-devel@gnu.org; Fri, 14 Jul 2006 20:54:40 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepc.post.tele.dk (Postfix) with SMTP id C129E8A001A; Sat, 15 Jul 2006 02:52:28 +0200 (CEST) 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:57028 Archived-At: "Juanma Barranquero" writes: > On 7/15/06, Kim F. Storm wrote: > >> 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? Yes, but for now I would be more than satisfied if we can just make it work on the local system only -- that is what we have on GNU/Linux, so Windows doesn't have to be more than that. And doing more is opening a can of worms, > > Many issues were already discussed in this (admittedly long) thread > from a year ago: > > http://lists.gnu.org/archive/html/emacs-devel/2005-07/msg00913.html > http://lists.gnu.org/archive/html/emacs-devel/2005-08/msg00140.html I looked through those messages, and I don't see anything which suggests that cross-system connections are to be considered at this time. Give it another shot (keeping AF_UNIX as primary choice, and using a standard file name for the _local_ server file) and see what you can do. -- Kim F. Storm http://www.cua.dk