in reply to Re^15: does threads (still) memleak?
in thread does threads (still) memleak?

Hi, Looks great - thanks a lot (sorry for the late feedback). I do have a small problem though: when using this as-is, SIGINT gets ignored by the script. I can get around this using an endless loop in main before the joining:
while (!$stop) { sleep 1; } $sender->join;

Replies are listed 'Best First'.
Re^17: does threads (still) memleak?
by BrowserUk (Patriarch) on Jan 14, 2009 at 17:16 UTC