Answer the question
In order to leave comments, you need to log in
What is the working principle of apache?
Good day. The question is this: let's say 2 clients started loading the page at the same time. Do I understand correctly that until the first client receives a response, the second apache will not even start executing the php code?
Answer the question
In order to leave comments, you need to log in
Parallel execution:
A client comes, requests data (php, html, js, json - yes, whatever), the
server issues resources for it and it works,
other clients also come and receive their resources...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question