Re: Limiting resources used by scripts on web server



On Jun 30, 2:49 pm, "Donal K. Fellows"
<donal.k.fell...@xxxxxxxxxxxxxxxx> wrote:
Alexandre Ferrieux wrote:
[...] it turns out it is
hard because (1) Tcl_Objs are allocated globally, and not bound to a
thread/interp,

Actually, they're thread-bound (there's a per-thread memory pool).

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...

-Alex
.