Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6ACF69565 for ; Mon, 25 Jun 2012 11:35:35 +0000 (UTC) Received: (qmail 48472 invoked by uid 500); 25 Jun 2012 11:35:32 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 47788 invoked by uid 500); 25 Jun 2012 11:35:31 -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 47255 invoked by uid 99); 25 Jun 2012 11:35:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 11:35:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [202.190.238.59] (HELO b2b.com.my) (202.190.238.59) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 11:35:23 +0000 X-MDAV-Processed: b2b.com.my, Mon, 25 Jun 2012 19:35:04 +0800 Received: from kt by b2b.com.my (MDaemon PRO v11.0.3) with ESMTP id 30-md50000201160.msg for ; Mon, 25 Jun 2012 19:35:03 +0800 X-Spam-Processed: b2b.com.my, Mon, 25 Jun 2012 19:35:03 +0800 (not processed: message from trusted or authenticated source) X-Authenticated-Sender: keanthian.ng@b2b.com.my X-MDRemoteIP: 175.138.205.104 X-Return-Path: keanthian.ng@b2b.com.my X-Envelope-From: keanthian.ng@b2b.com.my X-MDaemon-Deliver-To: users@httpd.apache.org From: "Ng Kean Thian" To: Date: Mon, 25 Jun 2012 19:34:58 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Content-Language: en-us Thread-Index: Ac1StnHegUoRvt4PQRyqki/R0SGfIw== X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] maximum MPM winnt thread supported in apache http server Dear all, I have configured my Apache HTTP Server's MPM maximum thread with the following configuration: ThreadsPerChild 3465 MaxRequestsPerChild 0 ThreadLimit 4000 Whenever I configured the 'ThreadsPerChild' with a value more than 3463, I will hit '(OS 8)Unrecognized Win32 error code 8: Child 3316: _beginthreadex failed. Unable to create all worker threads. Created 3463 of the 3500 threads requested with the ThreadsPerChild configuration directive.'. My apache http server is running in Windows Server 2008 R2 64 bit. Would like to check, is that the maximum thread creatable? If it is not, what could be the possible reasons causing the error? Regards, KT Disclaimer : This E-mail is intended only for the use of the individual or entity named above and may contain information that is confidential. If you are not the intended recipients, please immediately notify us by return email and delete it from your system. Any unauthorised dissemination, distribution or copying of this email is strictly prohibited. Thank You. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org