[Gambas-user] DBus and Process (Shell or Exec)

T Lee Davidson t.lee.davidson at gmail.com
Mon Feb 19 18:24:54 CET 2018


On 02/19/2018 05:50 AM, Hans Lehmann wrote:
> Hello,
> 
> is the following statement correct :
> 
> "If a process (with Shell or Exec ) is declared in a project, you do not have to register the application on the D-Bus! Any
> attempt to do so ends with an error message. This is obviously due to the fact that a process is internally part of
> Inter-Process Communication (IPC) and uses the D-Bus"?
> 

That last statement is incorrect on two counts.

First, a process is "part" of IPC only if it engages in IPC. I don't know how the word "internally" would apply either.

And, there are many methods/mechanisms used to implement IPC. D-Bus is only one of them. So, it is not a given fact that a
process engaging in IPC would automatically use D-Bus. The method of implementation is up to the application developer.


-- 
Lee


More information about the User mailing list