Re: Fw: Priority Increasing

2005-02-28 Thread Coleman Kane
On Sun, 27 Feb 2005 20:56:03 -0800, Ashwin Chandra [EMAIL PROTECTED] wrote: The forkbomb program I wrote is just one parent that forks 750 or so children that each malloc around 40 MB's of memory and do a mem traversal through it. The children do not fork. I see the overhead of forking could

Fw: Priority Increasing

2005-02-27 Thread Ashwin Chandra
The forkbomb program I wrote is just one parent that forks 750 or so children that each malloc around 40 MB's of memory and do a mem traversal through it. The children do not fork. I see the overhead of forking could be causing this, but shouldn't there be some difference in the load of the