Einzelnen Beitrag anzeigen

Benutzerbild von Kedariodakon
Kedariodakon

Registriert seit: 10. Sep 2004
Ort: Mönchengladbach
833 Beiträge
 
Delphi 7 Enterprise
 
#6

Re: Server beenden Problem bei TIdTCPServer...

  Alt 20. Okt 2004, 16:50
Threads is a read-only TThreadList property that acts as a container for TIdPeerThread items created in the listener thread.

Sagt die Hilfe...
Aber ich kann dadurch auf kein Thread zugeifen und schon gar nicht ihm einen Befehl geben...

So dann weiteres laut Delphi-Referenz durchsuchenTIdTCPServer.Active
Zitat:
Specifies that the server is running and listening for connections.
property Active: Boolean; Description

Active is a Boolean property that indicates the current state of the Delphi-Referenz durchsuchenTIdTCPServer.
When Active is True, the server will Delphi-Referenz durchsuchenlisten for client connections, allocate threads and Delphi-Referenz durchsuchensocket handles for connections, and respond to thread execution in the manner prescribed by the Delphi-Referenz durchsuchenTIdTCPServer or descendant. When Active is False, connections and Delphi-Referenz durchsuchensocket handles will be closed, peer threads will be terminated and freed, the thread manager will be released, and the listener thread will be terminated and freed.

Active uses the protected write procedure SetActive to implement changes in the value of the property.
Und warum gibts dann Probleme wenn der das alles macht, wenn ich es auf False setze?
Ich versteh das net...

Hat jemand Rat?

Bye
Christian
  Mit Zitat antworten Zitat