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 04:11:29 +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 1152929513 30806 80.91.229.2 (15 Jul 2006 02:11:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Jul 2006 02:11:53 +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:11:52 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 1G1ZdB-0007sc-93 for ged-emacs-devel@m.gmane.org; Sat, 15 Jul 2006 04:11:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1ZdA-0006hG-My for ged-emacs-devel@m.gmane.org; Fri, 14 Jul 2006 22:11:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1Zcz-0006h1-Ky for emacs-devel@gnu.org; Fri, 14 Jul 2006 22:11:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1Zcx-0006gc-3J for emacs-devel@gnu.org; Fri, 14 Jul 2006 22:11:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1Zcx-0006gZ-0e for emacs-devel@gnu.org; Fri, 14 Jul 2006 22:11:31 -0400 Original-Received: from [66.249.92.175] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1Zf4-0004Zz-61 for emacs-devel@gnu.org; Fri, 14 Jul 2006 22:13:42 -0400 Original-Received: by ug-out-1314.google.com with SMTP id u2so99172uge for ; Fri, 14 Jul 2006 19:11:29 -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=rlVxSx8AaJRGNdp9GOcV9f8wsuxFF9XY9zqjbb+2kALbkR7XhLir2eC2d17A4fCEoZG3WWxA4kAH2C4+mK2Or7LMS+0DJQb+JNGfwygFiKiE0d2gQLBEh5X1OIoOiQ2spjJwA77O1+4gTVRVUIN6SBxA+QO+4YFYWkxSmJlOEsM= Original-Received: by 10.78.179.12 with SMTP id b12mr51110huf; Fri, 14 Jul 2006 19:11:29 -0700 (PDT) Original-Received: by 10.78.198.12 with HTTP; Fri, 14 Jul 2006 19:11:29 -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:57032 Archived-At: On 7/15/06, Stefan Monnier wrote: > Whether or not remote control is allowed (via a TCP port) should be > controlled by a variable. That's what I'd like to do. And, in this case, using file sockets if present (as Kim suggests) wouldn't work. -- /L/e/k/t/u