[pygtk] CPU eating problems in Windows Paradigm
Pau Freixes
pfreixes at gmail.com
Wed May 26 18:11:40 WST 2010
Hi List,
I have a "bit" problem with gtk/glib python interface and CPU eating
only in Windows paradigm. Look the next snippet code
from twisted.internet import gtk2reactor
gtk2reactor.install(useGtk=False)
from twisted.internet import reactor
reawctor.run()
When I running this snippet code this program eating 0% of CPU but
when i run antoher program like VLC, Windows Media Player the cpu
consumed for this snipped improve to 7%. Well this is not a problem
considering both programs, this is a problem with all programs with
hight frame rating paint like video players.
Is there any way to avoid catching these messages? and Improve the cpu use
--
--pau
More information about the pygtk
mailing list