[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: monit env.c
From: |
rory |
Subject: |
Re: monit env.c |
Date: |
Tue, 1 Oct 2002 23:13:09 -0700 (PDT) |
> CVSROOT: /cvsroot/monit
> Module name: monit
> Changes by: Rory Toma <address@hidden> 02/10/01 23:56:27
>
> Modified files:
> . : env.c
>
> Log message:
> Use getdtablesize when closing descriptors if we have
> HAVE_UNISTD_H, otherwise use 1024. So far, Solaris,
> Linux and FreeBSD implement this, and hopefully
> Mac OS X will.
Interestingly enough, Linux's descriptors were set to 1024, Solaris to 255
and FreeBSD to 3300+.