[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [dev-serveez] mandelbrot fractal server
From: |
Martin Grabmueller |
Subject: |
Re: [dev-serveez] mandelbrot fractal server |
Date: |
Wed, 14 Nov 2001 13:24:43 +0100 (MET) |
> From: stefan <address@hidden>
> Date: Mon, 12 Nov 2001 11:31:18 +0100 (CET)
>
> Thanks for the info! I found the reason the memory leaks inside Serveez.
> But there is something I wonder anyway. I put a (gc-stats) in the
> handle-request routine of the Mandelbrot server. There I could see how
> number of cells and the heap size changes. The cell numbers goes up and
> down as expected, but the (bytes-malloced) value steadily grows. And I do
> not know why, because Serveez does not actually grows (see top). Any
> pointers for me?
I'm not sure, but maybe `bytes-malloced' is the amount of bytes
allocated during the program run?
'martin
Re: [dev-serveez] mandelbrot fractal server, Martin Grabmueller, 2001/11/12
Re: [dev-serveez] mandelbrot fractal server, Martin Grabmueller, 2001/11/12