Implements the default thread-based scheduler for client connections to a server.
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.
TIdSchedulerOfFiber
TIdTCPServer.Scheduler
TIdTCPServer.Contexts
TIdTCPServer.ContextClass
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|