Internet Direct (Indy) Version 9.0.1 Beta
|
procedure Run; override;
Run also requests a TIdPeerThread from the thread manager. The TIdPeerThread represents the thread of execution for each client connection to the server. The peer thread can be a newly created thread or an existing thread from a thread pool. It is the responsibility of the thread manager to determine the appropriate method to handle new thread requests.
Run adds the TIdPeerThread to the list of threads for the server, and calls the Start method of the TIdPeerThread.