Ruby/Tk Q

Hi ppl.

I’ve noted that mainloop() consumes too much cpu. Did you note the same thing?

···


Yours truly, WBR, Paul Argentoff.

Hi,

···

From: Paul Argentoff argentoff@rtelekom.ru
Subject: Ruby/Tk Q
Date: Mon, 17 Feb 2003 19:26:50 +0900
Message-ID: 20030217102645.GA43731@paul.rtelekom.ru

I’ve noted that mainloop() consumes too much cpu. Did you note the same thing?

I know. But I don’t find an idea to fix the problem yet.
Please see ruby-talk-ML:56401, 59868, and mails related to them.

                              Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)

I found the same thing happening.

I had to create a thread to do what I wanted and a second for the tk
mainloop running at a lower priority so that I could get done what I wanted
in a reasonable amount of time.

Tom Reilly

···

At 07:26 PM 2/17/2003 +0900, you wrote:

Hi ppl.

I’ve noted that mainloop() consumes too much cpu. Did you note the same
thing?

Yours truly, WBR, Paul Argentoff.