tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: [PATCH 6/6] fdopen() opens successfully more descriptiors than STREAM_MAX
On Thu, Aug 21, 2008 at 06:02:15PM +0300, Andy Shevchenko wrote:
> fdopen() should return EMFILE if amount of file descriptors exceeds
> STREAM_MAX or FOPEN_MAX limit.
This patch is wrong. FOPEN_MAX and STREAM_MAX are soft limits.
They are the minimum support number of open stream and exceeding this
limit is allowed.
Joerg
Home |
Main Index |
Thread Index |
Old Index