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 59646138926 for ; Sat, 9 Feb 2013 02:39:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CE1A21C072; Sat, 9 Feb 2013 02:39:24 +0000 (UTC) Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37E8221C004 for ; Sat, 9 Feb 2013 02:39:21 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id dr12so3348407wgb.23 for ; Fri, 08 Feb 2013 18:39:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=uVgFdXROPRE3wBcNKG6oUL1L5NpZXFP0akjKizLnVfE=; b=l3TskWLPi0Su5t68KSf3XNZkIujDAiHdqFza0cuZwMdwRFCuuOTOlbBZS807YAJqYx X61szqELgXNBF2JBx7BTdQXOyhsOeYgbH7TrryIMLklWZUWfPnHLsTIZxXtIy4uvEOnw 0lR3J4a0MXKwf0Tg0yfAINHEYuWdgyVb1gZy5pHU1Ji3AMyTR2KC/nVIDDBzipaXm02T 9A2CFGPoz+2ihXP2HxZUjAT9n5I9XR5r9SxHn5DxyGHbX4b0M+zeOiWPa6HUJyNoA1xY 2dJoYM75eaqGi0sfj5wkBO85aHzU1reLy+bIJjpG4DZIwIu3Lb/StB8R1trIr5LN/c2a Yu+A== 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 wo5mr13218815wjc.10.1360377560871; Fri, 08 Feb 2013 18:39:20 -0800 (PST) Received: by 10.194.242.103 with HTTP; Fri, 8 Feb 2013 18:39:20 -0800 (PST) In-Reply-To: References: <5113DA25.7060408@gmail.com> Date: Fri, 8 Feb 2013 18:39:20 -0800 Message-ID: Subject: Re: [gentoo-user] {OT} LWP::UserAgent slows website From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 1dac34ca-1b19-4e3c-a517-87eb814175fa X-Archives-Hash: dc8daeeddcd52a8348cfd4c71f9e4162 >>> A little more infromation would help. like what webserver, what kind of >>> requests, etc >>> >>> -Kevin >> >> It's apache and the requests/responses are XML. I know this is >> pathetically little information with which to diagnose the problem. >> I'm just wondering if there is a tool or method that's good to >> diagnose things of this nature. > > The problems are server-side, not necessarily client-side. Your > optimizations are going to need to be performed there. Are you saying the problem may lie with the server to which I was making the request? The responses all come back successfully within a few seconds. Can you give me a really general description of the sort of problem that could behave like this? - Grant