adspace
Answer Posted / 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 View All Answers