From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: * X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=1.0 required=3.0 tests=AWL,HK_RANDOM_FROM, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=no version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.rainbows.general Subject: Re: Page request roundtrip time increases substantially after a bit of use Date: Tue, 25 Jan 2011 00:11:07 +0000 Message-ID: <20110125001107.GA1921@dcvr.yhbt.net> References: <571697.98064.qm@web63303.mail.re1.yahoo.com> <20110124215440.GA25489@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1295914375 11552 80.91.229.12 (25 Jan 2011 00:12:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 Jan 2011 00:12:55 +0000 (UTC) To: Rainbows! list Original-X-From: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Tue Jan 25 01:12:51 2011 Return-path: Envelope-to: gclrrg-rainbows-talk@m.gmane.org X-Original-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Delivered-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Content-Disposition: inline In-Reply-To: <20110124215440.GA25489-yBiyF41qdooeIZ0/mPfg9Q@public.gmane.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.rainbows.general:198 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PhWWb-0007uM-Qi for gclrrg-rainbows-talk@m.gmane.org; Tue, 25 Jan 2011 01:12:46 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 2009C19782DC; Mon, 24 Jan 2011 19:12:45 -0500 (EST) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id 67F301858387 for ; Mon, 24 Jan 2011 19:11:08 -0500 (EST) Received: from localhost (unknown [127.0.2.5]) by dcvr.yhbt.net (Postfix) with ESMTP id 90ACF1F7E4; Tue, 25 Jan 2011 00:11:07 +0000 (UTC) Eric Wong wrote: > chris mckenzie wrote: > > On the machine running rainbows if I do a netstat, I get this: > > > > tcp 1 0 10.10.192.12:7788 10.10.131.165:17443 CLOSE_WAIT > > tcp 1 0 10.10.192.12:7788 10.10.131.165:17352 CLOSE_WAIT > > tcp 1 196 10.10.192.12:7788 10.10.131.165:17317 CLOSE_WAIT > > tcp 1 196 10.10.192.12:7788 10.10.131.165:17310 CLOSE_WAIT > > ^ Strange that Send-Q is 1 across all those connections.. > > Did you see the machine/connection that ran curl in there? How does > hitting Rainbows! from localhost work? One more thing, do you use Thread#{kill,exit,terminate}! or anything that would prevent an ensure statement from firing and calling IO#close on the client socket? -- Eric Wong _______________________________________________ Rainbows! mailing list - rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org http://rubyforge.org/mailman/listinfo/rainbows-talk Do not quote signatures (like this one) or top post when replying