[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
configures the delay time after which the server starts pinging connected
clients to check the connection.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub TimeoutPingClients ( _ milliseconds As Integer _ ) |
C# |
---|
void TimeoutPingClients ( int milliseconds ) |
Visual C++ |
---|
void TimeoutPingClients ( int milliseconds ) |
Parameters
- milliseconds
- System.Int32
time in milliseconds
Remarks
configures the delay time after which the server starts pinging connected
clients to check the connection.
If no client messages are received by the server for the configured interval, the server sends a "PING" message to the client and wait's for an "OK" response. After 5 unsuccessful attempts, the client connection is closed.
This value may need to be increased for single-threaded clients, since they can't respond instantaneously.
Default value: 180000ms (3 minutes)
If no client messages are received by the server for the configured interval, the server sends a "PING" message to the client and wait's for an "OK" response. After 5 unsuccessful attempts, the client connection is closed.
This value may need to be increased for single-threaded clients, since they can't respond instantaneously.
Default value: 180000ms (3 minutes)