Midware TAppServer.Timeoutlnterval

From Overbyte
Revision as of 09:13, 14 May 2011 by Marie (talk | contribs) (→‎Definition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.