Difference between revisions of "Midware TAppServer.Timeoutlnterval"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TAppServer -> [[Midware_TAppServer.TimeoutInterval | Timeout…') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' TimeoutInterval: | + | '''property''' TimeoutInterval: Longlnt; |
== Description == | == 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. | 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. |
Latest revision as of 09:13, 14 May 2011
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.