Proper way to provide gtk+ app with asynchronous data?
- From: "Dmitry M. Shatrov" <zzidre mail ru>
- To: gtk-list gnome org
- Subject: Proper way to provide gtk+ app with asynchronous data?
- Date: Thu, 08 Jul 2004 11:32:19 +0400
Hello.
I'm going to display graphically data that arrives from another machine.
It must be displayed as soon as possible, so periodic polling
does not suite my needs.
How to implement this properly?
In my case there is one thread which receives data and an UI thread with
an event loop, I think about making a new event source (g_source_new, I
mean),
is it correct or maybe there's a simpler solution?
Thank you.
Dmitry
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]