Entwickler-Ecke

Internet / Netzwerk - send requests to Peer threads from the server,


marconi8 - Do 14.08.03 08:50
Titel: send requests to Peer threads from the server,
some people advice to me that i must to drop into client application and into server application both client and server components for solving my problem.....


each connected to server user is TIdPeerThread
i try to send comand to the AThread from server
but nothing happens, how to make this ???


for example my server can with button click make this
for x = 0 to TIdPeerThread count do
begin
Athread.connection.writeLn ('hello user !')

how to made this, ?????


thanks