Search:

Type: Posts; User: jmike72

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    2,487

    The execution is as follows, process A creates...

    The execution is as follows, process A creates the 8 processes and these 8 processes exec some program, but these 8 processes should wait for the exec to complete and after that, create the 10 other...
  2. Replies
    11
    Views
    2,487

    The problem is that the 8 processes that I need...

    The problem is that the 8 processes that I need to create, must first execute a "exec" and after that they must create the 10 new processes where each of them will issue a "exec" and when these 10...
  3. Replies
    11
    Views
    2,487

    The error is: Signal 17 (CHLD) caught by ps...

    The error is: Signal 17 (CHLD) caught by ps (procps version 3.2.8).



    Have tried outside the loop, but without luck.

    I know that execlp like the other exec's, replace the current process, but...
  4. Replies
    11
    Views
    2,487

    Need help with fork

    Hi.

    I'm new to C and now I need to make a small program that creates processes using fork but I'm having some trouble with it.

    What I need to do is to create a certain number of processes, for...
Results 1 to 4 of 4