I have a Java application which uses a third-party COM component through a Java-COM bridge. This COM component opens a socket connection to a remote host.
This host can take some time to respond, and I suspicious that I'm getting a timeout. I'm not sure because as I said, it's a closed-source third-party component.
The API of this component does not expose the socket connection to me, so I have no way to configure the timeout. So I wonder if there is any way to tweak the system default timeout.
I'm using a Windows Server 2008 x64 Enterprise Edition.