Default thread priority for listener threads.
tpListener = tpIdHighest;
tpListener is a constant that represents the default value used for the thread priority in listener threads for multithreaded servers in the Indy library. tpListener is the value assigned to the thread priort property in TIdListenThread used to accept client connections to executing TIdTCPServer instances.
tpListener has the following values for the platforms supported by the Indy library:
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|