Apache cannot handle 10k connections because it is a _____________ webserver
Answers
Answered by
0
bcoz it is a traditional web server
Answered by
0
Apache cannot handle 10k connections because it is a thread based webserver.
Explanation:
- Apache is a thread based web server. In Apache, the connections are divided into different threads. Each thread can handle only one request at a time. So, it cannot handle multiple requests at a time.
- It becomes slow when we overload it since Apache thread-based system cannot handle so much traffic as compared to some other technologies which are event-based and can handle more than 10k connections easily.
Learn more about apache
What is apache?Explain the architecture of apatche server?
https://brainly.in/question/10850913
How to increase the size of apache buffer in windows?
https://brainly.in/question/11851088
Similar questions