All Tags »
client/server »
Timeout (RSS)
Sorry, but there are no more tags available to filter with.
-
Hi all,
We suppose to use the client side timeout setting to detect the dead connection fast. But I have
some concerns about current design:
1. If the connection is really dead, the read operation throws exception too.
2. break from read and re-read won't detect the dead connection faster. Unless for the next time,
there's a ...
-
Hi folks,
As we discussed (http://developer.db4o.com/forums/thread/35359.aspx), we'd like to introduce a Ping-Pong way to solve socket timeout problem on the client side. Client sends Ping message periodically, and server replies a Pong message to the client. The Ping interval can be configured by user.
This approach is intended to keep ...