http://www.perlmonks.org?node_id=1055428


in reply to perl tk mainwindow hangs

Since you say you cant use ithreads, you have to break the CPU heavy (I hope the reason your blocking is CPU, and not IO, since IO can be made async with a medium amount of work) workload into chunks, or during the work, every 100 ms poll to the GUI event loop for the event loop to service pending GUI events.

Replies are listed 'Best First'.
Re^2: perl tk mainwindow hangs
by simonz (Sexton) on Sep 24, 2013 at 04:01 UTC

    Hi ,
    Can you please give some coding hints of how to poll the GUI event loop to serve the pending GUI events ?

      $widget->update;
      لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ