#2330: Deluge uses 10-30% CPU when idle on Windows in classic mode
---------------------+-------------------
  Reporter:  bro     |      Owner:
      Type:  bug     |     Status:  new
  Priority:  minor   |  Milestone:  2.0.x
 Component:  GTK-UI  |    Version:  1.3.6
Resolution:          |   Keywords:
---------------------+-------------------

Comment (by bro):

 This is most probably caused by Windows specific code in the the
 
[http://twistedmatrix.com/documents/current/api/twisted.internet.gtk2reactor.html
 twisted gtk2reactor].

 From
 [https://github.com/twisted/twisted/blob/trunk/twisted/internet/gtk2reactor.py
 gtk2reactor.py], we see that on Windows, it installs the
 `PortableGtkReactor`, which is uses the `PortableGlibReactorBase` that
 inherits from `SelectReactor`.

 The problem may be that the `SelectReactor` simply has trouble handling
 the events for both the daemon and the client.

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/2330#comment:4>
Deluge <http://deluge-torrent.org/>
Deluge Project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to