Re: Re[2]: [PHP-DEV] webserver in PHP

2002-04-02 Thread Steve Meyers
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

Re[2]: [PHP-DEV] webserver in PHP

2002-04-02 Thread Daniel Lorch
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'