Click to See Complete Forum and Search --> : Winsock alternatives


luke101
January 11th, 2005, 07:23 PM
Is there any winsock alternatives out there??

Naumaan
January 12th, 2005, 01:35 AM
You can use Named pipes for comunication between two applications but it is not a same alternate of sockets.

Andreas Masur
January 12th, 2005, 03:03 AM
Interprocess Communications (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipc/base/interprocess_communications.asp)

ahoodin
January 13th, 2005, 10:00 AM
Shared memory areas will work.

ahoodin