Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 64733 invoked from network); 4 Jun 2004 10:26:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Jun 2004 10:26:51 -0000 Received: (qmail 35450 invoked by uid 500); 4 Jun 2004 10:26:58 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 35395 invoked by uid 500); 4 Jun 2004 10:26:57 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 35354 invoked by uid 99); 4 Jun 2004 10:26:57 -0000 Received: from [196.8.104.36] (HELO mailmarshal4.sbic.co.za) (196.8.104.36) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 04 Jun 2004 03:26:57 -0700 Received: from SCMBJHBIMC02.scmbdirectory.com (Not Verified[10.182.225.141]) by mailmarshal4.sbic.co.za with NetIQ MailMarshal (v5.5.5.8) id ; Fri, 04 Jun 2004 12:31:05 +0200 Received: by scmbjhbimc02.scmbdirectory.com with Internet Mail Service (5.5.2657.72) id ; Fri, 4 Jun 2004 12:26:47 +0200 Message-ID: From: "Kommuru, Bhaskar" To: "'users@httpd.apache.org'" Date: Fri, 4 Jun 2004 12:26:47 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked Subject: RE: [users@httpd] httpd.conf - tuning performance X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks Eugene & Robert, It is helping now. The document says as below. BeOS - beos Netware - mpm_netware OS/2 - mpmt_os2 Unix - prefork Windows - mpm_winnt 1. When apache uses "worker.c" module 2. My apache2.0.49 is compiled with "prefork". So it mean i can use only directives that are available from "prefork" and not from "workder.c". I am getting there, bit struck here. Please help me Thanks Bhaskar -----Original Message----- From: Robert Andersson [mailto:robert@profundis.nu] Sent: Friday, June 04, 2004 11:07 AM To: users@httpd.apache.org Subject: Re: [users@httpd] httpd.conf - tuning performance httpd.conf - tuning performance[plain text, please...] Kommuru, Bhaskar write: > I have come across "" and "". > What is the difference between them? Is it executed based on the operating > system? They are examples of MPMs (Multi-Processing Modules) and primirily deals with how Apache deals with requests on a low level. You can read about them here: http://httpd.apache.org/docs-2.0/mpm.html http://httpd.apache.org/docs-2.0/mod/prefork.html http://httpd.apache.org/docs-2.0/mod/worker.html You select which MPM to use at compile time, you can only have one, and you need to recompile to change it later. You can find out which MPM your Apache has by running "httpd -V" (*nix) or "apache -V" (windows). Regards, Robert Andersson --------------------------------------------------------------------- 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 __________________________________________________________________________________________________________________________________ For information about the Standard Bank group visit our web site __________________________________________________________________________________________________________________________________ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Standard Bank Group Limited is proprietary to the group. It is confidential, legally privileged and protected by law. Standard Bank does not own and endorse any other content. Views and opinions are those of the sender unless clearly stated as being that of the group. The person addressed in the e-mail is the sole authorised recipient. Please notify the sender immediately if it has unintentionally reached you and do not read, disclose or use the content in any way. Standard Bank can not assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference. ___________________________________________________________________________________________________________________________________ --------------------------------------------------------------------- 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