Algorithms

Moderators: None (Apply to moderate this forum)
Number of threads: 402
Number of posts: 786

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
help with a problem Posted by sunshine06 on 19 Nov 2005 at 7:47 PM
I need help deciphering this problem.

What would happen if this process was run?

runit()
{
while(1)
{
fork();
}
}

My answer: Would this process fork a child process of runit()?

Report
Re: help with a problem Posted by CyGuy on 21 Nov 2005 at 10:22 PM
: I need help deciphering this problem.
:
: What would happen if this process was run?
:
: runit()
: {
: while(1)
: {
: fork();
: }
: }
:
: My answer: Would this process fork a child process of runit()?
:
:
This is a question for the UNIX/Linux board
http://www.programmersheaven.com/c/MsgBoard/wwwboard.asp?Board=26&src=39&Setting=A9999F0001
I know it has to do with threads, so it will probably open a new process.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.