> > >>int main () >> >>{ >> fork() >>} >> >>That should stress your box to the level of killing it :) >> >> >> > >Or, maybe it'll just fork and then both processes will end... > >How about: > >int main(void) >{ >label: > fork(); > goto label; >} > >Thanks, > >Allan > > oops!! /iain crawls back under his rock