in reply to Re^24: Strange memory leak using just threads (forks.pm)
in thread Strange memory leak using just threads
By "This", I assume you mean this: (...)No. Of course, I fixed the obvious issues first - in particular the precedence issue in my $data = 'x' x 500 * 1024**2;. Also, my perl doesn't have a waitall, so I wrote wait for 1..100. For the other irrelevant warnings (caused by 'x' |= 1) I just disabled warnings... because fixing this properly with |= chr(1) doesn't cause any significant runtime difference (still takes ~5 secs). Just for the record.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^26: Strange memory leak using just threads (forks.pm)
by BrowserUk (Patriarch) on Sep 24, 2010 at 00:34 UTC | |
by Anonymous Monk on Sep 24, 2010 at 00:41 UTC |