Midware TAppServer.Timeoutlnterval

From Overbyte
Jump to navigation Jump to search

Main page -> Midware component reference -> TAppServer -> TimeoutInterval

Definition

property TimeoutInterval: Longlnt;

Description

The server periodically check for client timeout. It uses a single TTimer component for this check. The TimeoutInterval is this timer interval and efault to 30 seconds. This means that every 30", the server will goes thru the client list and check for timeout. A smaller value gives better accuracy in timeout detection, but produce some overhead, specially if the number of client is large.