in reply to [threads]memory leak - help needed with debugging

It looks like this bug is related to your problem: http://rt.perl.org/rt3/Public/Bug/Display.html?id=69598

  • Comment on Re: [threads]memory leak - help needed with debugging

Replies are listed 'Best First'.
Re^2: [threads]memory leak - help needed with debugging
by elTriberium (Friar) on Dec 10, 2009 at 02:06 UTC
    In this case I would change the script to use fork. Just send the child process a signal when it's supposed to stop.