Hi,
I am developed a simple web application using servlet where it gives a response for a fixed request, but a third party application sends this request very frequently as per our project architecture, but due to this very frequent request, the tomcat server slow down after a few seconds, not only that the other application which are already deployed previously, are also slow down like starvation.
So, what to do, to remove or minimize this slow response.
Please help me.