View Single Post

  #1 (permalink)  
Old 10-20-2004
Kim Gijung
 
Posts: n/a
Default how does the apache server and php interpreter handles request?

Hi all,

I'm wondering how the apache server and php interepreter handles
request.
If one request comes to apache server what is next procedure?
if apache server passes the request to php interepreter and php
interepreter handles?
what if 10 requests comes at same time? apache server forks 10 php
interepreter?
or php interepreter makes 10 threads for each request?

if anybody know please let me know.

Thanks
Reply With Quote