bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: glibc sysdeps/posix/tempname.c artificially limited to TMP_MAX


From: Ulrich Drepper
Subject: Re: glibc sysdeps/posix/tempname.c artificially limited to TMP_MAX
Date: 26 Nov 2001 13:38:58 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.5 (asparagus)

Paul Eggert <address@hidden> writes:

> So, to finish the fix, I'd like to remove this artificial limitation
> of glibc.

This is no artificial limitation.  This is a means to catch an
out-of-control situation.  If you have that many temporary files
something is wrong and the sysadmin should get a chance to correct it.
If tons of processes blow to even more possible names all the CPU time
will be allocated to these processes.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]