Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 43493 invoked from network); 19 Mar 2008 19:31:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2008 19:31:39 -0000 Received: (qmail 79960 invoked by uid 500); 19 Mar 2008 19:31:26 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 79943 invoked by uid 500); 19 Mar 2008 19:31:26 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 79932 invoked by uid 99); 19 Mar 2008 19:31:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 12:31:26 -0700 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 jslive@gmail.com designates 216.239.58.186 as permitted sender) Received: from [216.239.58.186] (HELO gv-out-0910.google.com) (216.239.58.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 19:30:48 +0000 Received: by gv-out-0910.google.com with SMTP id r4so269464gve.23 for ; Wed, 19 Mar 2008 12:30:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=ZXzUbRWEPDyjvzb0zp18vopribsPPCEOrCbOmRdfW9c=; b=jubxO+gCfQ3WojM0CmVDq2LflWxb5k0Z7wMuAbaMftxpUXzOlNUMFiuEyxXkLjw+cVg1kHiGfQMSfVsNUXp57ZrL276tw2vObAjkOyAyEQLD5QdcsgCZ9xda/vJXGHFqhtq6LERxjqnVkpY6amceL6QoFA3nh8MqC258Wivyk/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=qenzMkneiOAkTzQ9t4UAjuJbkg/KO5uHThfytZdJlGTRKS6QA8JPviLDLy679TdbxDFDmab147FVkRGf2z6HJeQCes8+lrFWFyD77VamgBxKgDkq1a5nKnQyV7TtUmlL6WBw+ruLaYjgtvlUaWqUqMMjw6wuMzZfBfHCoPlbg/g= Received: by 10.150.51.6 with SMTP id y6mr394908yby.46.1205955057955; Wed, 19 Mar 2008 12:30:57 -0700 (PDT) Received: by 10.150.177.5 with HTTP; Wed, 19 Mar 2008 12:30:57 -0700 (PDT) Message-ID: Date: Wed, 19 Mar 2008 15:30:57 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <47E12643.2020502@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47E0F8B2.2070704@gmail.com> <47E12643.2020502@gmail.com> X-Google-Sender-Auth: 0d2e2672e4014198 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Re: apache process locks at 100% cpu usage On Wed, Mar 19, 2008 at 10:42 AM, Evert Lammerts wrote: > And how about this: after benchmarking apache with ab -c 100 -n 10000 an > apache process is left in the process list for a while with > appended - it disappears after a minute or so. > > If I benchmark the server from two different machines with two different > requests, apache locks up, the benchmarks time out and the server is > left with a process list filled with apache2 processes that need to be > killed with killall. It does seem to be a concurrency problem but I > can't figure out where it comes from. Any help would be great! Session locking? This is almost surely some kind of lock contention in your php code. You can grab a live backtrace of a "stuck" process to see where the problem is: http://httpd.apache.org/dev/debugging.html#backtrace Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org