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's main features are :
  - Decent performance
  - HTTP/1.1 compliant
  - CGI support
  - Name based virtual hosts
  - Authentication
  - Keep-alive connections
  - Server Side Includes
  - Apache combined and MySQL logging
  - gzip compression support
  http://nanoweb.si.kz/?p=root

it's basically what I'm trying to do - just in a more advanced stage :)

nanoweb's just incredible ...

daniel



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to