From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: FOR-RELEASE: Windows related bugs Date: Mon, 19 Jun 2006 13:59:19 +0530 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 1150705800 25315 80.91.229.2 (19 Jun 2006 08:30:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jun 2006 08:30:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 19 10:29:57 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 1FsF8d-00042q-Nm for ged-emacs-devel@m.gmane.org; Mon, 19 Jun 2006 10:29:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsF8d-0000IL-4v for ged-emacs-devel@m.gmane.org; Mon, 19 Jun 2006 04:29:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FsF8M-0000Cw-Tn for emacs-devel@gnu.org; Mon, 19 Jun 2006 04:29:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FsF8K-00009X-Rc for emacs-devel@gnu.org; Mon, 19 Jun 2006 04:29:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsF8K-00009E-Kq for emacs-devel@gnu.org; Mon, 19 Jun 2006 04:29:20 -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 1FsFIa-00051h-LF for emacs-devel@gnu.org; Mon, 19 Jun 2006 04:39:56 -0400 Original-Received: by ug-out-1314.google.com with SMTP id y2so821282uge for ; Mon, 19 Jun 2006 01:29:19 -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=ABz66987mhlQhprYWziKXROZxdOAzkUn8I3HELxGZOtAg+Pj6MQ5oppbD8Puz9HCYq8YDH56VaI+qelWF3Vm4BVhLgXY5jHekZ4wIDw/QW/BBNYtPOyT1sQ9etVQ5co8yTJQKe86Xbf/OlbwR7xVW2HLkRuti8/crBozwug2uTk= Original-Received: by 10.67.30.6 with SMTP id h6mr5304294ugj; Mon, 19 Jun 2006 01:29:19 -0700 (PDT) Original-Received: by 10.66.216.14 with HTTP; Mon, 19 Jun 2006 01:29:19 -0700 (PDT) Original-To: "Juanma Barranquero" 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:55997 Archived-At: Hi, I confirm the TCP related problem. I tried with a server replacement I had writtnd for GNUserv. The CPU usage is consistently above 80%! I was of the impression that "gnuserv" was using the function "make-network-process". Sorry for jumping to conclusions too fast. -dk On 6/19/06, Juanma Barranquero wrote: > On 6/19/06, dhruva wrote: > > > For the TCP server case, I used > > the "gnuserv" to test. > > I'm not sure what do you mean by "using the gnuserv to test"; the > problem is not related to gnuserv. > > Just start the task manager and Emacs, and then do: > > M-: (make-network-process :name "test" :server t :service t) [RET] > > and watch the CPU usage go to 50% or 100% (depending on operating > system, system setup, etc.). > > -- > /L/e/k/t/u > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel > -- dhruva (dk) Contents reflect my personal views only!