Re: Limiting resources used by scripts on web server
- From: Alexandre Ferrieux <alexandre.ferrieux@xxxxxxxxx>
- Date: Mon, 30 Jun 2008 06:05:53 -0700 (PDT)
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
.
- Follow-Ups:
- Re: Limiting resources used by scripts on web server
- From: Donal K. Fellows
- Re: Limiting resources used by scripts on web server
- References:
- Limiting resources used by scripts on web server
- From: graeme.pietersz@xxxxxxxxx
- Re: Limiting resources used by scripts on web server
- From: Gerald W. Lester
- Re: Limiting resources used by scripts on web server
- From: graeme.pietersz@xxxxxxxxx
- Re: Limiting resources used by scripts on web server
- From: Alexandre Ferrieux
- Re: Limiting resources used by scripts on web server
- From: Donal K. Fellows
- Limiting resources used by scripts on web server
- Prev by Date: Re: Limiting resources used by scripts on web server
- Next by Date: Handling output from ldapsearch
- Previous by thread: Re: Limiting resources used by scripts on web server
- Next by thread: Re: Limiting resources used by scripts on web server
- Index(es):