Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 95294 invoked from network); 14 Jul 2005 21:37:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jul 2005 21:37:30 -0000 Received: (qmail 52707 invoked by uid 500); 14 Jul 2005 21:37:16 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 52698 invoked by uid 500); 14 Jul 2005 21:37:16 -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 52685 invoked by uid 99); 14 Jul 2005 21:37:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2005 14:37:16 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.225.179] (HELO web54509.mail.yahoo.com) (68.142.225.179) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 14 Jul 2005 14:37:13 -0700 Received: (qmail 23479 invoked by uid 60001); 14 Jul 2005 21:37:13 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ZQ89fHC1kd4fjshbPgRvvzdFJiEOK7scIXhj9E3elIej28SchQQlMfS+tfQFwGh/hwj7T6gsD5WOXmD1PzkNNBv+WiDYH/w7qkdCs0ynQDM8InpNkx3JolcjVTV4qZYJMZDS31r8mHC74WSnkacV2CqcdXR3GBHgaA9c/suFIbA= ; Message-ID: <20050714213713.23477.qmail@web54509.mail.yahoo.com> Received: from [128.107.253.42] by web54509.mail.yahoo.com via HTTP; Thu, 14 Jul 2005 14:37:13 PDT Date: Thu, 14 Jul 2005 14:37:13 -0700 (PDT) From: Qingshan Xie To: users@httpd.apache.org In-Reply-To: <20050713180336.41970.qmail@web54503.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Will be an issue if MaxClients > 150? X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, All, We have apache-2.0.52 on Linux host, running worker MPM. It seems a lot of child processes are in hanging status. Is it possible caused by too big number of MaxClients(500)? Please help. Thanks, Q.Xie =========================================== The current configure httpd.conf is below: ServerLimit 22 #StartServers 15 StartServers 5 MaxClients 500 MinSpareThreads 25 MaxSpareThreads 20 ThreadsPerChild 25 MaxRequestsPerChild 2500 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- 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