0

I have a Web App deployed using Tomcat . I'm also using Apache to do the port forwarding from 80 to 8080. I have an API service passing from apache to tomcat which gets large number of hits per day from a single IP. And other API service requests from other IP's which are considerably small. The API service which gets large number of hits sometimes takes 30mins to hit the server (they stay pending somewhere and in queue). Whereas at the same time other IP's do not face any issue. They work perfectly fine.

How is that possible? Does Apache limit something for IP's. Not being the server guy, but being a startup guy, I have to figure this out myself. How to resolve the issue where these large number of hits do not get the delay?

Also is it from the Apache side or the Tomcat side , that the delay is being caused? And also how and where does the queuing work?

user23577
  • 71
  • 1
  • 1
  • 6

0 Answers0