What is Apache process model?

Posted by Morgan Cheng on Stack Overflow See other posts from Stack Overflow or by Morgan Cheng
Published on 2010-03-13T13:47:18Z Indexed on 2010/03/13 13:55 UTC
Read the original article Hit count: 140

Filed under:
|

I have been googling this question for some time but got no answers. What's the Apache process model?

By process model, I mean how Apache manage process or thread to handling HTTP request.

Does it fork one process for each HTTP request?

Does it have process/thread pool?

Can we config it?

Is there any online doc for such Apache details?

© Stack Overflow or respective owner

Related posts about apache

Related posts about processmodel