Internet Direct (Indy)
Home
PreviousUpNext
TIdSchedulerOfThreadDefault Class

Implements the default thread-based scheduler for client connections to a server.

Pascal
TIdSchedulerOfThreadDefault = class(TIdSchedulerOfThread);

TIdSchedulerOfThreadDefault is a TIdSchedulerOfThread descendant that implements the default thread-based scheduler as used in TIdTCPServer and descendant classes. 

TIdSchedulerOfThread introduced a scheduler using threads to represents a task that is managed by the Scheduler for the server. TIdSchedulerOfThreadDefault extends the ancestor class implementing methods that create the yarns and threads needed for the default implementation. 

TIdScheduler 

TIdSchedulerOfThread 

TIdSchedulerOfThreadPool 

TIdSchedulerOfFiber 

TIdYarnOfThread 

TIdContext 

TIdTask 

TIdTCPServer.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.