Constantine Shulyupin wrote:
Suggest me please, what better to use for local IPC, socket or pipe?
What are pro and cons?
When and what is preferable to use?
The first difference is sockets are two directional and support
client/server model. What more?


Pipes are more efficient, but only applies to 1:1 communication (father to child and similar).

Use pipes if you have an 1:1 situatuin, Unix doman sockets otherwise.

Gilad

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to