On 10/03/06 12:50 AM, Dan Mahoney, System Admin wrote:
As I'm not a C programmer, I don't know what the relation is between a
kqueue and an FD -- but could it be related?
kqueues use FDs, so they are related.
If that original dccifd process (PID 49681) from this morning is still
running I'd run this against it to see if it's using a large number of FDs:
fstat -vp 49681
If it's no longer running, I'd run run the same (with the appropriate
PID) against the current one every little while to see if it is
consuming FDs.
Daryl