Hi All,
I tried to open a socket to connect one server by creating java.net.Socket. I gave a wrong IP, and found the time out was about 4 minutes. it is too long for me. is it JRockit feature? How can I set time out value by myself.
I also tried to use HttpClient(3.0). It can set custom time out value, but it seemed the time out didn't work. Anyone met this issue also? How can I fix it?
Thanks
Qing