Hi<br><br>Have another basic question. I have an app that needs to send and recv signals. <br><br>1. I thought i will create a thread using pthread_create and set my receiving filter func there and the main thread will continue to send. Is this ok?
<br>2. If i do the above, when i send the signal, the send function seems to deadlock in dbus_connection_flush, or the call never returns (i assumed it was somekind of deadlock).<br><br>Is there something bad i am doing?<br>
<br>Thanks for any help or insights.<br><br>--Krish<br><br><br>