Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 43593 invoked from network); 16 Jan 2008 17:21:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2008 17:21:20 -0000 Received: (qmail 59463 invoked by uid 500); 16 Jan 2008 17:21:09 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 59447 invoked by uid 500); 16 Jan 2008 17:21:09 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 59438 invoked by uid 99); 16 Jan 2008 17:21:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 09:21:09 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fu.christina@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 17:20:43 +0000 Received: by py-out-1112.google.com with SMTP id d37so550562pye.29 for ; Wed, 16 Jan 2008 09:20:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=+v6KaxBm2zLSb+TlvmhjLVDqfIF7G6xHnVL9vlDfI6A=; b=luPqJdXnyMhpgLJnihTNRMLOiRCBCYGcxsQv8ZTAR71GwmnbbUxv/0k0w3qaTx/kEEaWsWq/Mfncc0Nxaa05DM0shEnmVGaAb3UI27IBnMGpuFOJRBXV6bjuyE7QAJAixy3A9ENx54cAdNkRD7wU0J5ZDKgfg8WW0MXA+3Fz0+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=VS5OJipAy6qv5GjsrrcsL7mV2E3UzCDOvu19xSl/hO9/znWqPK5IzEryCVzpNIxCkx4uRzUa2BJF9r3uRf5ZVcxLIBrL/aVLZ7Rug5vLLGLdGvrlg+Bxcpi+6lQU0TjEHrVm7w0vj0kQosrlgST5x5r4N7c6g8HV3nPysMhH1BM= Received: by 10.141.146.4 with SMTP id y4mr739911rvn.22.1200504047988; Wed, 16 Jan 2008 09:20:47 -0800 (PST) Received: from ?64.102.202.176? ( [64.102.202.176]) by mx.google.com with ESMTPS id s38sm1354929rnb.13.2008.01.16.09.20.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 16 Jan 2008 09:20:47 -0800 (PST) Message-ID: <478E3CC2.8010700@gmail.com> Date: Wed, 16 Jan 2008 12:20:02 -0500 From: Christina Fu User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: modules-dev@httpd.apache.org Subject: httpd process CPU 100% Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have a filter module that runs well most of the time, but occasionally there are a few httpd processes reach and stay cpu 100%. Any suggestions how to debug this kind of problem? Thanks a lot. Christina