Author |
|
fquinty Newbie
Joined: 08 June 2007 Location: France
Online Status: Offline Posts: 2
|
Posted: 12 July 2007 at 2:11am | IP Logged
|
|
|
Hi,
I try using your pop3.net component within an asp.net web application.
I wrote a single code that connects to the local Pop3 server, login to an account, call DownloadMessageHeaders for the first 200 messages, disconnect and loop for each message to read sender , receiver, subject.
In VS2005, it takes around 20 seconds to read the 200 messages (my CPU is 100% used by the application). And with the same code in VS2003, it takes 1 or 2 seconds.
My development machine is an Intel P4 with 1Go memory, Windows XP SP2 with framework .Net 1.1 and 2.0, and both VS2003 et VS2005 installed
What could be the problem with VS2005?
Thanks for your help
Frank
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 12 July 2007 at 9:43am | IP Logged
|
|
|
Could you please enable logging into a file and send us both logs (in VS2003 and 2005)?
You can use Pop3.Log property for this.
To submit this information, you can use our Request Support Form
Regards,
Alex
|
Back to Top |
|
|
Grzessiekk Newbie
Joined: 31 October 2007 Location: Poland
Online Status: Offline Posts: 5
|
Posted: 31 October 2007 at 7:02am | IP Logged
|
|
|
Hi!
Do You use ASP.NET and C#?
I looking for some sample in C#. Can You help me?
Grettings
Grzessiek
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 31 October 2007 at 7:25am | IP Logged
|
|
|
If you have MailBee.NET Objects installed, please take a look at Start / Programs / MailBee.NET Objects / Sample Applications / ASP.NET / C# / POP3 Demo 1. It's already compiled sample application with full source code.
Best regards,
Andrew
|
Back to Top |
|
|