Hi

Does anyone here receive "published" messages in an application using a something like a GLib main loop? Or Gtk or Qt? If you do, how exactly do you integrate the message availability check with the main loop? I was hoping there would be filedescriptor that had data available whenever messages have arrived, but can't find anything. So I'm experimenting with a dual thread setup, where one thread just checks for messages and notifies the other via a pipe. I'm not quite sure what the best way of checking is, though... I've also tried doing the check in an idle handler, which does work, but this approach has certain limitations.

So again, how do you handle this kind of setup?

- Toralf



This e-mail, including any attachments and response string, may contain 
proprietary information which is confidential and may be legally privileged. It 
is for the intended recipient only. If you are not the intended recipient or 
transmission error has misdirected this e-mail, please notify the author by 
return e-mail and delete this message and any attachment immediately. If you 
are not the intended recipient you must not use, disclose, distribute, forward, 
copy, print or rely on this e-mail in any way except as permitted by the author.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to