Bug 2352 - use gtk's timer mechanism?
: use gtk's timer mechanism?
Status: RESOLVED FIXED
Product: frysk
Classification: Unclassified
Component: general
: unspecified
: P1 normal
: ---
Assigned To: Chris Moller
:
:
:
: 1664
  Show dependency treegraph
 
Reported: 2006-02-18 20:36 UTC by Andrew Cagney
Modified: 2006-05-12 18:56 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-02-18 20:36:37 UTC
The current underlying timer_create mechanism is showing two problems:

- when the gui gets bogged down multiple timer events (and their threads) end up
running simultaneously (which just makes the problem worse)

- GCJ is struggling with these timers (a fix is comming but just avoiding them
would be nicer)

Can the relevant C code instead directly use gtk's timers?
Comment 1 Chris Moller 2006-05-12 18:56:16 UTC
Fixed on 2006-02-23 by replacing timer_*() fcns and associated signal handling
with g_timeout_add().