From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: 100% CPU on TCP servers (on Windoze). Date: Sat, 15 Jul 2006 15:50:48 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1152971469 21402 80.91.229.2 (15 Jul 2006 13:51:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Jul 2006 13:51:09 +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 15:51:07 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 1G1kXx-0003wf-4g for ged-emacs-devel@m.gmane.org; Sat, 15 Jul 2006 15:51:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1kXw-0000Xc-Oz for ged-emacs-devel@m.gmane.org; Sat, 15 Jul 2006 09:51:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1kXl-0000XL-F9 for emacs-devel@gnu.org; Sat, 15 Jul 2006 09:50:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1kXj-0000Tt-20 for emacs-devel@gnu.org; Sat, 15 Jul 2006 09:50:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1kXi-0000Tm-Rp for emacs-devel@gnu.org; Sat, 15 Jul 2006 09:50:50 -0400 Original-Received: from [66.249.92.174] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1kZw-000521-Ho for emacs-devel@gnu.org; Sat, 15 Jul 2006 09:53:08 -0400 Original-Received: by ug-out-1314.google.com with SMTP id u2so217503uge for ; Sat, 15 Jul 2006 06:50:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EXy4HKjSo7qHl0cDal7Fzaf8mH8gzjOxEBfNKcJ46g7A+zIImJWp15UmrOtutByMWM6GTpT+ZQnxaJLNF4gjCROvIzgz3K3F0Nn4DAAf1T47XOWNY/L5OXgbQk5dAFRUUjzx4nmG19+RtRpf6b86tA4hd2k5zZardqX/tlEyMOs= Original-Received: by 10.78.158.11 with SMTP id g11mr183826hue; Sat, 15 Jul 2006 06:50:49 -0700 (PDT) Original-Received: by 10.78.198.12 with HTTP; Sat, 15 Jul 2006 06:50:48 -0700 (PDT) Original-To: "Stefan Monnier" In-Reply-To: Content-Disposition: inline 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:57038 Archived-At: On 7/15/06, Stefan Monnier wrote: > Huh? I understand you can write the code in such a way that it wouldn't > work, but why would you since you can also write it in such a way that > it'll work. AFAICS, Kim proposed that: - If the local system supports AF_UNIX sockets, use that; - If not, use AF_INET sockets which wouldn't allow an Emacs running on GNU/Linux to accept connections from a Windows machine (where AF_UNIX is not supported). OTOH, I think it should be configurable, via an elisp or environment variable. -- /L/e/k/t/u