Communication 'twixt client & server 
Author Message
 Communication 'twixt client & server

I have a solution that consists of a server app and a client app. I want
them to send messages back and forth using streams. I know I can use
NetworkStream to communicate over the net, but how would I do it if the
client and server are just separate processes on the same machine? Do I
still use NetworkStream with the local IP? Or is there another type of
stream specifically for interprocess communication? I don't want the client
to directly use the server's objects. It all has to be done through streams.

Thanks in advance for any help,

Luhar



Sun, 08 Feb 2004 23:35:54 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Communication between ActiveXs of server and client

2. Socket-communication between VB Client and AS/400 Server

3. Client Active X to Server Active X communication

4. Server-Client Communication

5. client/server 'template'

6. VB & MicroHelp's Communications Library

7. Linking server & client databases

8. Client/Server & Help with Remote Automation

9. US-FL-Client/Server & Network Jobs

10. Xfering PictureBox data between OLE Client & Server

11. Passing collection between Client & Server

12. Automating Setup for remote OLE servers & clients

 

 
Powered by phpBB® Forum Software