db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » client/server » Timeout   (RSS)
Sorry, but there are no more tags available to filter with.
  • The usage of timeoutClientSocket?

    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 ...
    Posted to db4o Product Developer Forum (Forum) by Andrew Zhang on June 19, 2007
  • Use Ping-Pong to keep db4o client connection alive

    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 ...
    Posted to db4o Product Developer Forum (Forum) by Andrew Zhang on April 3, 2007