In a project we have an Java application, that make requests to an C# application allocated IIS, all is installed on a same little computer. The problem is that the usage IIS CPU is very high, when make 3 simultaneous requests the CPU is in aprox 80%, and when make 4 requests the computer is blocked.
We need that go down this CPU usage but without kill any request, if necessary, they can be slowed down.
We aren't expert in IIS.
Thank you in advance,