Results 1 to 1 of 1
How can i make single client to connect and communicate with multiple servers.
Parent process is basically a client and all the child process are servers.
Communication should be made ...
- 07-22-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 22
single client and multiple servres.
How can i make single client to connect and communicate with multiple servers.
Parent process is basically a client and all the child process are servers.
Communication should be made in such a way that multiple session (request -response) can happen between client-server. and also client can determine that reply has come from which server.


Reply With Quote