Search:

Type: Posts; User: 3dkiwi

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,905

    Not quite fixed but published

    After letting the process run for a while longer it seems that the Zombie issue is not resolved correctly.

    However I now have finished my webpage on the information for the Parallel Port Interface...
  2. Replies
    5
    Views
    1,905

    Fixed

    Kennedy

    Tnx for that.

    I changed the wait(&status) to waitpid((pid_t)-1, &status, 0) and seems to be working like a charm.

    Once I have finished off some details I will publish what I was...
  3. Replies
    5
    Views
    1,905

    Re: Zombies and Multiprocessor???

    Kennedy

    Just rechecked, and yes I am using wait() so will try waitpid() and get back to you.

    Need to do some more readup on this call to make sure it does not break other things.

    Thanks for...
  4. Replies
    5
    Views
    1,905

    Zombies and Multiprocessor???

    I am having a problem with fork() and the child processes becoming zombies.

    I am using the code from the Advanced Linux Programming book that sets up a simple
    web server that forks child...
Results 1 to 4 of 4