A third party application posts https request to Java servlet on my system. The connection time is as high as 4 secs. We have tried to do wget to establish the connection time and time taken to get data from my servlet. When used Mozilla Firefox 2.0 on linux, the wget connection time is very high(4secs) but the same URL tested from Firefox on Windows machine is very fast(in a fraction of a second). Would like to know how to resolve this issue?
Start Free Trial