in reply to Re: Please suggest a non-forking way to do this (OS: windows)
in thread Please suggest a non-forking way to do this (OS: windows)

Thanx for all the help guys, sorry for the late reply...
I'm trying with the second method:

Run your subroutine in a thread, but modify it to write to a
Thread::Queue instead of STDOUT. Then set-up a
Tk::after repeating timer to read from that queue and write to the text widget.

Will get back soon
  • Comment on Re^2: Please suggest a non-forking way to do this (OS: windows)