Re: Memory Utilization - WeOnlyDo Discussion board

Re: Memory Utilization (General questions)

by woddrazen, Monday, June 02, 2008, 18:04 (5816 days ago) @ rien van ham

Hi Rien,


I have just finished testing and didn't find any significant memory leak with 2. Folder Tree sample.

When I remove:

TreeView1.Nodes.Add AtNode.Key, tvwChild, _ & MyKey, a

line from my code I find some memory leak but I think this has to be something wilt TreeView object (buffering) because when I change line to this:

TreeView1.Nodes.Add AtNode.Key, tvwChild, _ & MyKey,

then I don't have memory leak.

I have also tried same routing on new sample without TreeView and didn't find any memory leak. In my tests I start ListDir Method in loop every 20 seconds for about 30 minutes.

In order to duplicate your issue we will need more info. Which server you are using? Which protocol? Passive or non passive mode if you are using FTP protocol. How many files, folders is in folder you are listing?

Hope I helped.


Regards,
Drazen


Complete thread: