On 10/23/06, Qingshan Xie <[EMAIL PROTECTED]> wrote:
Hi All,

  I am not clear about the role of the Apache parent.
I know the parent do control the children; but I am
not clear if the parent also do the service as below,

  Listen to the port(80)
  Accept the connection
  Establish the Connection
  Dispatch the Connection to a idle child

If it's not the parent, who handle all those tasks?
Can someone elaborate it to me?

No.  The children are responsible for grabbing connections.  See the
documentation on AcceptMutex and the performance tuning docs for a
detailed discussion of how this happens.

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to