Why apache cannot handle 10k connections?
Answer / Mrinal Kaushick
Apache, by default, does not scale well for handling a large number of simultaneous connections due to its event-driven architecture and the use of a single thread per connection. This can result in performance issues when trying to handle more than a few thousand connections at once. Tomcat, on the other hand, uses a connection pooling mechanism that allows it to handle many more connections efficiently.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is coyote?
What do you understand by “directoryindex”?
Does spring boot require tomcat?
What services are provided by tomcat?
Explain how you can deploy a web application using war files?
How will you create a database connection pool in tomcat server?
When you can use . And when you can use []?
How do I know if tomcat is installed?
What is catalina?
Where is apache net server situated in information heart location?
Mac stands for?
Ow to communicate between two webservers in two diff systems?