Re: [users@httpd] How Apache manages all its children - Add More Info

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Hi,
In windows Apache creates 2 processes. Prefork is not supported on wondows.

Process 1 has minimum  of three threads as below.

worker_main ( actall thread which does the work coded in modules. More threads are spawned accoding to the configuration on httpd.conf )
winnt_accept
and __tmainCRTStartup

Process 2 also has three threads.
service_nt_main_fn
service_nt_despatch_thread
and __tnaibStartup.


I wonder if anybody has tried Windows prefork for Apache 2.2.2.  Prefork model adds to the stability I feel. I am not sure if code in one thread corrupts the heap what will happen? Will the Apache stopping further requests which actually goes through the happy path of the code?  Do we need to restart the Apache??

Regards,

Jayaram Ganapathy



"Steve Swift" <steve.j.swift@xxxxxxxxx>

08/14/2006 12:10 PM

Please respond to
users@xxxxxxxxxxxxxxxx

To
users@xxxxxxxxxxxxxxxx
cc
Subject
Re: [users@httpd] How Apache manages all its children





You can see some information on the child processes by enabling the /info URL in httpd.conf - but you probably knew that already.

On 14/08/06, Qingshan Xie <xieq_49@xxxxxxxxx> wrote:
Hi,

  I am curious how Apache manages all children, which
of them are in the service to clients, which of them
are Idle, etc.? Can some one give me a brief
description or refer me a URL/books?

Many Thanks, Q.Xie

__________________________________________________
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 <URL:
http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail:
users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest:
users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail:
users-help@xxxxxxxxxxxxxxxx




--
Steve Swift

http://www.swiftys.org.uk
ForwardSourceID:NT000168DE    
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux