I have created one web application. Now I’m testing performance. The distanced server is taking more time to respond.
Example
When I send request to my local serve it respond within 0.454 seconds. but When I send request to distanced server it is taking 22.930 seconds to respond.
Its difficult to find out the reason for this…
with advanced thanks,
-Ganesh-
Maybe it helps you to check first the tcp/ip network to see if the network is the bottleneck.
With the tracert you see each hup and the time that it takes for a
packet to go there and back. it’s a good way to see the delays.
it has nothing to do with the server itself.
If this didn’t help. then it is maybe necessary to go into the java code.