Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 18228 invoked by uid 500); 26 Jul 2002 13:32:05 -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 18216 invoked from network); 26 Jul 2002 13:32:05 -0000 Received: from mta8.srv.hcvlny.cv.net (167.206.5.23) by daedalus.apache.org with SMTP; 26 Jul 2002 13:32:05 -0000 Received: from latitude (ool-18be3c09.dyn.optonline.net [24.190.60.9]) by mta8.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with SMTP id <0GZU00G2GXYCJH@mta8.srv.hcvlny.cv.net> for users@httpd.apache.org; Fri, 26 Jul 2002 09:11:00 -0400 (EDT) Date: Fri, 26 Jul 2002 09:13:30 -0400 From: Tony Vinayak Subject: Re: HTTPD PROCESS SPAWNING To: users@httpd.apache.org Message-id: <001701c234a6$3c768150$6401a8c0@latitude> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <16DEFEA78A88D511AE0A00B0D020A9680216187B@MASCHNEXC02> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Divakar, - What version of Apache are you running? - What are your settings for "KeepAlive" and "KeepAliveTimeout" ? Perhaps each of your client requests is hogging server connection for too long, forcing the server to spawn additional processes to fulfill new requests - What are your settings for MinSpareServers and MaxSpareServers? The server will make sure to keep those many spare processes idle at all times, creating new ones as and when needed. regards, Tony ----- Original Message ----- From: "Divakar Satyanarayan" To: Sent: Friday, July 26, 2002 1:37 AM Subject: RE: HTTPD PROCESS SPAWNING > Andy , > > I am using Sun Solaris OS. > > Regards, > Divakar > > > -----Original Message----- > > From: Andy Cutright [SMTP:acutright@borland.com] > > Sent: Thursday, July 25, 2002 9:14 PM > > To: users@httpd.apache.org > > Subject: Re: HTTPD PROCESS SPAWNING > > > > my two cents, > > > > what OS are you running? linux will spawn a lot of processes, since > > LinuxThreads are implemented as processes... thus threaded applications > > cause a large number of proccess to be spawned.. > > > > cheers, > > andy > > > > Divakar Satyanarayan wrote: > > > > > Hi, > > > > > > I have an Apache web server listening for Oracle 9iAS. > > > > > > The application generates web pages using PL/SQL agent . A web page > > > consists of three frames & each of the frame is dynamic. The content > > depends > > > on the action performed by the user. > > > > > > Now the problem is whenever a request is being sent to the web server > > it > > > is creating lot of httpd process to service the request. I searched the > > web > > > to find some technical information for finding the reason to this. I > > assume > > > that it has got some thing to do with the configuration of Apache web > > > server. > > > > > > One example was when the first request was submitted the number of > > httpd > > > process went upto 77 from 13 & when the second request arrived it went > > to > > > 400+ from 77. > > > > > > Please direct me to the information that could help me resolve the > > above > > > issue .. > > > > > > Thanks in Advance > > > Regards, > > > Divakar > > > > > > > > > > > > DISCLAIMER: Information contained and transmitted by this E-MAIL is > > > proprietary to Mascot Systems Limited and is intended for use only by > > the > > > individual or entity to which it is addressed, and may contain > > information > > > that is privileged, confidential or exempt from disclosure under > > applicable > > > law. If this is a forwarded message, the content of this E-MAIL may not > > have > > > been sent with the authority of the Company. If you are not the intended > > > recipient, an agent of the intended recipient or a person responsible > > for > > > delivering the information to the named recipient, you are notified that > > any > > > use, distribution, transmission, printing, copying or dissemination of > > this > > > information in any way or in any manner is strictly prohibited. If you > > have > > > received this communication in error, please delete this mail & notify > > us > > > immediately at Mailadmin@mascotsystems.com Before opening attachments, > > > please scan for viruses. > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > > For additional commands, e-mail: users-help@httpd.apache.org > > > > > > > > > > > > -- > > "all you have is this actual nowness" > > -- > > Borland -- Enabling a new digital world where our customers have the > > freedom of choice to develop, deploy, and integrate applications across > > the enterprise and the Internet. http://www.borland.com > > > > This e-mail, and any attachments thereto, is intended only for use by the > > addressee(s) named herein and may contain legally privileged and/or > > confidential > > information. If you are not the intended recipient of this e-mail, you > > are hereby > > notified that any dissemination, distribution or copying of this e-mail, > > and any > > attachments thereto, is strictly prohibited. If you have received this > > e-mail in > > error, > > please immediately and permanently delete the original and any copy of > > any e-mail > > and any printout thereof. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > For additional commands, e-mail: users-help@httpd.apache.org > > > > > DISCLAIMER: Information contained and transmitted by this E-MAIL is > proprietary to Mascot Systems Limited and is intended for use only by the > individual or entity to which it is addressed, and may contain information > that is privileged, confidential or exempt from disclosure under applicable > law. If this is a forwarded message, the content of this E-MAIL may not have > been sent with the authority of the Company. If you are not the intended > recipient, an agent of the intended recipient or a person responsible for > delivering the information to the named recipient, you are notified that any > use, distribution, transmission, printing, copying or dissemination of this > information in any way or in any manner is strictly prohibited. If you have > received this communication in error, please delete this mail & notify us > immediately at Mailadmin@mascotsystems.com Before opening attachments, > please scan for viruses. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org