Hi, On Thu, May 15, 2008 at 1:24 AM, <sumeet.pawnikar at wipro.com> wrote: > > In D-Bus signals is it like, it will stops the execution of the first signal > handler and it will switch (serve) to new arrived signal handler. > No, there are no threads involved here, and the signals are not unix signals. There can't be any interruption of execution. Havoc