[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Is there an efficient way to let a process communicate w
From: |
Eduardo Bustamante |
Subject: |
Re: [Help-bash] Is there an efficient way to let a process communicate with a group of other processes? |
Date: |
Fri, 23 Feb 2018 16:53:21 -0600 |
On Fri, Feb 23, 2018 at 3:53 PM, Peng Yu <address@hidden> wrote:
[...]
> Is there an efficient way to let a process communicate with a group of
> other processes? Thanks.
Communicate *what* (type of information, volume, throughput, ..)?
Google "UNIX IPC", depending on what you're trying to communicate, you
might want to use shared memory or signals.
I definitely recommend you to use something other than bash for this though.