> All of the file descriptors should be closed when the connection closes.
> If you are not running multiple connections, you won't see the file
> descriptors closing correctly.

Ummm, if a spider requests 100 different URLs on the same connection
(one after another using persistent connection requests) and each of those
involves an SSI including three other files, then won't the server have
over 300 open file descriptors waiting to be closed?

....Roy

Reply via email to