Hej!
I have also a problem to get this example working!
but instead of memory problem
my CPU goes to 100%.
and the TK widget is never coming up!
(when I comment the line
$_[KERNEL]->yield("ev_count");
I get the widget up, but no count anymore of course)
is there a bug in POE or do I have to look at which version TK
and POE I have to have?
otherwise Tk scripts are working fine for me.
thanks for Ideas.
Jüregen
On Saturday 07 March 2009 05:02, flw wrote:
> Hello all,
>
> I have a trouble about Tk interfaces in POE.
>
> http://poe.perl.org/?POE_Cookbook/Tk_Interfaces
> When I run above POE-Tk example on my person computer,
> there has been a rapid increase in the memory usage of perl.exe process.
> More than 300MB memory leaked in two minutes, it's so shocking for me.
>
> How to debug and fix it?
>
> Attachment is the test code.
>
> Any advice will be appreciated.
> Thanks in advance.