Hi, Scott,
Scott Marlowe schrieb:
>>only good solution is to catch the exception, and attempt to reopen the
>>database connection, and retry the operation....
> Does setting a lower tcp_keepalive_time help these problems with NAT?
> It certainly fixed the problems I've seen with non-NAT firewalls. (this
> is a linux kernel setting, i'm sure there's an equivalent for other
> unixes)
java.net.Socket has some settings about timeouts and keepalives, maybe
those will help.
Markus