$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] asio HTTP Server 3 example memory leak
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-06-13 17:43:27
Le 12/06/2010 02:23, xyz xyz a écrit :
> Hello,
>
> I've compiled (using MSVC 2008) the HTTP Server 3 example from asio
> library, and I noticed that if I enter the address in a browser and then
> repeatedly press F5, the memory usage for the server process keep
> increasing. Anyone know why this memory leak, or what is happening?
The allocator isn't giving freed memory back to the OS.