Re: Limiting resources used by scripts on web server



Alexandre Ferrieux wrote:
Well, it was my understanding that this private part was just a cache
of bounded size, and that beyond this threshold everything was in
anonymous malloc()s...

That's possibly true. I'd need to read the source to be sure. But in any
case, it's still pretty easy to do thread-level accounting of memory;
there's always a current thread available when you're doing a malloc().

Donal.
.