Author |
|
joe, ko Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 18 May 2005 at 6:49pm | IP Logged
|
|
|
Hi, there.
I need to access multiple email server(or email account) at same time to check email.
So, I try to use pop3 object in multi thread program(written in VC++) and it generate memory leaking problem.
My question is that have you try to use it with multi thread environment?
I test other third party component with my multi thread program and it doesn't generate memory leaking. So it might be mailbee object problem.
I like mailbee object, so I don't want to use other component.
Please let me have your opinion.
Joe, Ko
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 18 May 2005 at 10:18pm | IP Logged
|
|
|
We have never experienced memory leaks in MailBee but in theory it's possible we missed something.
However, are you absolutely sure memory leak does not occur due to not closing some of MailBee objects after use, or something like that? The problem might not occur with other component just because you have correctly closed all the objects when programming with that that component.
To answer this question, we need to take a look at the source code and make several tests on it. You can send this code and any other info you might consider useful for us to support@afterlogic.com.
Regards,
Alex
|
Back to Top |
|
|