On 6/19/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
>
> 1. something polling - what, i don't know, but you will need to strace and/or
> debug and find out. as already pointed out some modules like to poll - but 
> most
> of them its in the 1 per second or multiple seconds between polls (except
> cpufreq.

Which reminds me... glib recently added lower precision timers so that
they can reduce their wake-ups by grouping their sleep timeouts
together better. Do the current ecore timer's do this effectively
enough or should we be considering this type of API?

If four modules get initialized at slightly different times and have 1
second timeouts, it seems like you could easily end up with four
wakeups per second.

Nathan

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to