Re: [gtk-list] Re: can timers interrupt my code?
- From: jes presto med upenn edu
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: can timers interrupt my code?
- Date: Wed, 2 Feb 2000 18:01:16 -0500
> This is one reason why using glib-based timeouts is inadequate if
> timer resolution is important to you.
Well, not so much the timer callback, that just gets buffered up. If
there's data that's not displayed, too bad.
But, I see now that my input function will also be prevented from
running, say if I start dragging my window around, and that will, in
fairly short order cause data loss.
Looks like I'll need a separate reader process that takes care of
sending the incoming data to a file. Either that, or start learning
about threads...
Thanks for the clues.
<Joe
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]