in reply to Re^7: Memory consumption of forks on exit
in thread Memory consumption of forks on exit
Peaks:
for (1 .. 10) { unless (fork) { exit(); } } END { POSIX::_exit(0); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Memory consumption of forks on exit
by Marshall (Canon) on May 19, 2011 at 14:22 UTC | |
by egga (Monk) on May 19, 2011 at 16:21 UTC |