You could use the Flex2 profiler to find the exact problem. You may
find out that when you click the garbage collection button, memory is freed.
If this is the case, then there is no problem in the running application.
When testing an application it may take quite some time before the garbage
collector kicks in.

Greetz Erik


On 5/14/08, Nicolas Boulet-Lavoie <[EMAIL PROTECTED]> wrote:
>
> Hello guys,
>
>
>
> I need to perform a XML query each 2 seconds to verify if they are new
> connected people in my support applications. For this purpose, I use a
> mx :HTTPService which query a URL and parse XML data (2 lines max, each
> result).
>
>
>
> Since this application needs to run at last, 8-9 hours a day, the memory
> used by the mx :httpservice seems to grow each time the result is parsed.
>
>
>
> I heard a bit about the memory profiling in the edition I use. Any tips
> about it? Maybe it could help me solve the problem.
>
>
>
> Thanks for your help.
>
>
>
> Nicolas
> 
>

Reply via email to