I'd still like to see your project, as a basic framework for a server
without any specific protocol implemented. That sounds pretty cool
actually.
Daniel Lorch wrote:
> hi,
>
>> A better way to do the method that you are trying to to do is to set a
>> signal handler for SIGCHLD that waits on
hi,
> A better way to do the method that you are trying to to do is to set a
> signal handler for SIGCHLD that waits on a pid of -1 (This means grab
> any child with a status change) [..]
thanks, I didn't know waitpid returned the child's PID.
A friend just pointed out this project:
Nanoweb'