Internet Direct (Indy)
|
Implements a thread-based scheduler using a pool of pre-allocated thread instances.
TIdSchedulerOfThreadPool = class(TIdSchedulerOfThread);
TIdSchedulerOfThreadPool is a TIdSchedulerOfThread descendant that implements a thread-based scheduler for TIdTCPServer using a pool of pre-allocated thread instances.
TIdSchedulerOfThreadPool introduces members and properties needed to indicate the size of the thread pool, and the internal storage for the thread instances.
TIdSchedulerOfThreadPool overrides methods from the ancestor class to handle initialization of the thread pool, allocating new threads and yarns for the scheduler, and terminating yarns for the scheduler.
TIdTCPServer.Contexts
TIdTCPServer.ContextClass
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |