i implement IPC with one requesting client and one processing client.
but one doubt here that either server should run the client or client should run the server ?
i implement IPC with one requesting client and one processing client.
but one doubt here that either server should run the client or client should run the server ?
EmbLogic Research & Competency Development Labs
Phone: +91 9818467776, 8527567776, 9650467776
Email: info@emblogic.com
Copyright © EmbLogic Embedded Technologies Pvt. Ltd.
Hi
Here we are going to develop an application in which the server will initiate the client and tell the client to send any request using pipes/fifos. However, here the client and the server both should be present.
While using sockets , yes the client not to be initiated by the server. However, it can send the request to the server without the knowledge whether the server exists or not.