Re: Using D-Bus for private IPC

Thiago Macieira <[email protected]> Mon, 26 Sep 2022 17:33:41 -0700
Newsgroups gmane.comp.freedesktop.dbus
Message-ID <1831895.tdWV9SEqCh@tjmaciei-mobl5>
On Monday, 26 September 2022 14:23:08 PDT Lawrence D'Oliveiro wrote:
> > It's a one-to-many model, so I'm not sure peer-to-peer would work.
> > One process is the server, and there are many processes that are
> > clients.
> 
> So you do the conventional thing, and have the server listen on a socket
> for incoming connections. It can accept as many client connections as
> it can handle.

Right, many one-to-one is possible with peer-to-peer mode and wouldn't need a 
separate bus process.