Hi,<div><br></div><div>Sorry for the late answer ...<br clear="all">Thank you for your explanation ! It helped ;) !</div><div><br></div><div>Yoann<br><br><div class="gmail_quote">2011/3/21 Alberto Mardegan <span dir="ltr">&lt;<a href="mailto:mardy@users.sourceforge.net">mardy@users.sourceforge.net</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 03/21/2011 01:26 AM, Yoann Sculo wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I&#39;m trying to understand exactly what are the dbus services for.<br>
But I can&#39;t find explanations on this particular topic. I can understand this is<br>
a precise unique point on the bus. But I don&#39;t really understand the link or<br>
differences with proxies.<br>
</blockquote>
<br></div>
One process registers a service with the D-Bus daemon. All clients willing to use this service create a proxy for it.<br>
When clients call some methods on the proxy object, the proxy objects converts these methods into D-Bus calls, which are received and executed by the process which registered the service.<br>
A proxy is just an object in the client&#39;s memory space.<br>
<br>
HTH,<br>
  Alberto<br><font color="#888888">
<br>
-- <br>
<a href="http://blog.mardy.it" target="_blank">http://blog.mardy.it</a> &lt;-- geek in un lingua international!<br>
_______________________________________________<br>
dbus mailing list<br>
<a href="mailto:dbus@lists.freedesktop.org" target="_blank">dbus@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/dbus" target="_blank">http://lists.freedesktop.org/mailman/listinfo/dbus</a><br>
</font></blockquote></div><br></div>