Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Socket Connection and Multithreading

Status
Not open for further replies.

sabelo

Programmer
Apr 7, 2003
9
NZ
I am kind of new to socket programming, though I know the basics. I am doing a project on client/server application. 1. how does MSN/yahoo messenger connect coz they can connect across firewalls with no problem. 2. When doing a two way communication do I need to have a server and client on each side? If that's the case then how would the client on the other side know the host name of the initiator? Does the initiator have to send their IP address? 3. Does anyone have an idea how to implement multithreading in Delphi 5, I have the Indy components.

Your help will be highly appreciated.
 
Marco Cantu's excellent book(s), &quot;Mastering Delphi <n>&quot; where n = 3, 4, 5 or 6, will get you started. In &quot;Mastering Delphi 5&quot;, 15 pages starting on pg 926 cover socket programming. Elsewhere in the book Marco discusses Delphi multithreading extensively.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top