Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Apr : Re: Delphi 7 & Indy 10 TidCmdTCPServer OnCommand Event

www.cryer.info
Managed Newsgroup Archive

Re: Delphi 7 & Indy 10 TidCmdTCPServer OnCommand Event

Subject:Re: Delphi 7 & Indy 10 TidCmdTCPServer OnCommand Event
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Thu, 12 Apr 2007 16:41:40

"Codeman II" <thegentleman@webmail.co.za> wrote in message
news:461eb362@newsgroups.borland.com...

> What are we looking at in regards to the overhead by
> initializing a connection?

The (re)allocation of resources for the socket objects on both sides.
The DNS lookups if connecting by hostname instead of IP.  The TCP
handshaking to validate the new connection.  The creating of
threads/events on the server to handle the new connection.


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive