Q
Q
Hello,
I have developed an application that does the following.
A timer fires an event every 5 minutes. In the event, files in certain
folders get copied to other (network) directories or
mailed to certain people.
Every time the timer has done its work, I dispose all the used objects. I
even call the Garbadge Collector manually.
Still, the memory the application uses keeps on increasing.
Is there another way to decrease the memory used by the application than
disposing objects and calling Garbadge Collector.
Does any of you have any experience with this problem?
Some good advice would be welcome!!!
Thanks,
Q
I have developed an application that does the following.
A timer fires an event every 5 minutes. In the event, files in certain
folders get copied to other (network) directories or
mailed to certain people.
Every time the timer has done its work, I dispose all the used objects. I
even call the Garbadge Collector manually.
Still, the memory the application uses keeps on increasing.
Is there another way to decrease the memory used by the application than
disposing objects and calling Garbadge Collector.
Does any of you have any experience with this problem?
Some good advice would be welcome!!!
Thanks,
Q