Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: TIdTCPClient / how to implement something like OnReceiveData event?
| Subject: | Re: TIdTCPClient / how to implement something like OnReceiveData event? |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 1 Jan 2008 19:40:30 |
"Unspoken" <ff_aa_cc_ee_tt@wp.pl> wrote in message
news:47793115@newsgroups.borland.com...
> Ok I understand and this works fine in the situation when Client1
> sends something to the Server and awaits for the imediate replay.
> But what if the other Clients sends something to the server and the
> Client1 is also interested in the Server replay?
The same way that several of Indy's own client component handle such
situations - do all of your reading in a separate thread.
Gambit
none