Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: TIdCmdTCPClient sending to server

www.cryer.info
Managed Newsgroup Archive

Re: TIdCmdTCPClient sending to server

Subject:Re: TIdCmdTCPClient sending to server
Posted by:"Moore" (moo..@hotmail.com)
Date:21 Feb 2008 00:58:11

Al was resolved receiving the greeting and sending the info petition in the OnConnect event instead of the from create event,
all the other commands are received adequately and the GUI is so fast this way, faster than with using other non blocking components, eg IPWorks :)

"Remy Lebeau \(TeamB\)" <no.spam@no.spam.com> wrote:
>They cannot overlap on the client side, since the reading thread is not
>running yet until after the OnConnect handler exits.  Given the ordering of
>the commands/replies being sent, they might be overlapping on the server
>side, though.  Can you please show an example of something you think is
>overlapping?

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive