How can communicate 2 systems using Winsock

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi i am doing project in VC++ .net. i need to communication 2 system using
winsock or any other methods aviable.
 
Hello, Dharmaraj!

D> hi i am doing project in VC++ .net. i need to communication 2 system
D> using winsock or any other methods aviable.

If systems are on separate machines then you can use:
- winsock
- remoting
- namedpipes
- webservices

If systems are on common machine:
- memory-mapped file
- windows messages
-all the above

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top