wodHttpDLX Memory Leak - WeOnlyDo Discussion board

wodHttpDLX Memory Leak (wodHttpDLX)

by Jasmine, Saturday, March 21, 2015, 18:54 (3317 days ago) @ ihutee

Hi.

We did some tests, but we are unable to duplicate this memory leak with any tools. THere are no leaks reports.

How do you measure those leaks? Can you please try again with your sample, but do not put result in TextBox. iN VB6 textbox has 64k limit, and after that it allocates memory differently, so perhaps this is why you see leaks (actually, large memory allocations) - coming from VB6 textbox, not from wodHttpDLX.

You can then, for a test, try not to reuse instance of wodHttpDLX for each new request. Grab new instance for each one.

If you just call it 500 times without doing anything with the response, do you still see it leaking? How exactly do you measure?

Perhaps this is not a leak at all, but high memory usage, and possibly not coming form wodHttpDLX.

Thanks,
Jasmine.


Complete thread: