bug-bash
[Top][All Lists]
Advanced

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

Re: No recursion limit in functions


From: Paul Jarc
Subject: Re: No recursion limit in functions
Date: Tue, 02 Dec 2003 13:37:54 -0500
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Frederik Meerwaldt <frederik@freddym.org> wrote:
> However, in our opinion, such a recursion limit is necessary because a
> single user can use excessive memory and cause the process to hang or
> crash without it.

There are lots of ways to use excessive amounts of memory.  The way to
defend against that is to set resource limits (e.g., with ulimit).
That makes individual workarounds such as this unnecessary.


paul




reply via email to

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