From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8BA071388C6 for ; Thu, 7 Feb 2013 01:14:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 209DA21C017; Thu, 7 Feb 2013 01:13:48 +0000 (UTC) Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6233B21C001 for ; Thu, 7 Feb 2013 01:13:46 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id hm14so6278933wib.3 for ; Wed, 06 Feb 2013 17:13:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=N6/oIRv1GHPeT3cb4r2kcpNske3iyvyHIUwP4MCj5cY=; b=X77IDagos8adRqoz/d0+UlMcNpK85SkecxZA/c4k3NcGuCt+sDPmUb3I3qatU0aBFw heUjzIa578ddVDpC00RkTut/C+LDec2TGMCn7S6N6qAC3LavzA4yINPZ5tYRNCFpX5YS brrHXHE39BHLP/z90S9yvlmkd+a9Kcwqq21xx1l9IAWu+J5a/6HS79/uSVxLBx+g2MPx t6xXzxZNnNyANiax7b7uVXVhU/7loGrr+scM5DymAr2baOp72Ag+voaoQdKGp3LRqesE edvlroRTMmXkVks1xJrLNrfAPux2aR88OoptqGxO6uixmKNWm5OYf26rSp9tJmwh3NYG 6Q2g== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.194.242.69 with SMTP id wo5mr53369172wjc.10.1360199624931; Wed, 06 Feb 2013 17:13:44 -0800 (PST) Received: by 10.194.242.103 with HTTP; Wed, 6 Feb 2013 17:13:44 -0800 (PST) Date: Wed, 6 Feb 2013 17:13:44 -0800 Message-ID: Subject: [gentoo-user] {OT} LWP::UserAgent slows website From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: ff2e98bd-9b69-4fcd-a30e-52809416afb9 X-Archives-Hash: a1e4e4584044fa9b98f2d6396fd0c6f4 I have a script that makes 6 successive HTTP requests via LWP::UserAgent. It runs fine and takes only about 3 seconds, but whenever it is run I start receiving alerts that my website is responding slowly to requests. This lasts for up to around 10 minutes. I've tried turning the timeout down to 3 seconds and I've tried LWPx::ParanoidAgent but the behavior is the same. Can anyone tell me how to go about tracking this down? - Grant