Why apache cannot handle 10k connections?



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

Post New Answer

More Tomcat Interview Questions

What is coyote?

1 Answers  


What do you understand by “directoryindex”?

1 Answers  


Does spring boot require tomcat?

1 Answers  


What services are provided by tomcat?

1 Answers  


Explain how you can deploy a web application using war files?

1 Answers  


How will you create a database connection pool in tomcat server?

1 Answers  


When you can use . And when you can use []?

1 Answers  


How do I know if tomcat is installed?

1 Answers  


What is catalina?

1 Answers  


Where is apache net server situated in information heart location?

1 Answers  


Mac stands for?

1 Answers  


Ow to communicate between two webservers in two diff systems?

1 Answers  


Categories