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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top