I'm quite interested in what you say

In another posting you said your program does a lot of input-output.
> You don't need threads just for that: you can set up a watch on a
> file descriptor for the main GUI thread using
> Glib::signal_io().connect(). GIO/giomm also has a wide range of
> asynchronous IO functions where all the hard work is done for you.
>

 even if I made something like this (I've always dedicated a thread to
every different input), consider that anyway I need the gui thread not to
be blocked when the input is
receiving large amounts of data.
I will do research following your tips, thank you.
Cheers,
Giuseppe.
_______________________________________________
gtkmm-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to