标签: c linux process fork prime-factoring
我正在尝试用C编写一个Sieve of Eratosthenes程序,我需要为每个child process创建一个prime number小于或等于用户输入的平方根。< / p>
Sieve of Eratosthenes
child process
prime number
由于我需要的整个子进程没有修复,是否可以创建一个recursive function,如果有必要,它将创建多个子进程?或者有更好的方法来实现它吗?
recursive function