Re: POP3 Locking up computer
- From: Peter Duniho <NpOeStPeAdM@xxxxxxxxxxxxxxxx>
- Date: Wed, 19 Sep 2007 22:17:53 -0700
news wrote:
I have a couple of classes I use. They both work. The problem is if there is a bunch of messages, while they are being downloaded nothing else works (other threads or GUI controls).
[...]
I tried async reads, that didn't work. If you need to see the code let me know.
If you want serious help, you'll need to post a concise-but-complete example of code.
That said, when the app "locks up" and you interrupt the application in the debugger, where are your threads stopped? Applications don't just stop for no reason; if they stop responding, they are stuck somewhere. Your first step is to use the debugger and find out where your application is stuck.
Pete
.
- Follow-Ups:
- Re: POP3 Locking up computer
- From: TheSteph
- Re: POP3 Locking up computer
- References:
- POP3 Locking up computer
- From: news
- POP3 Locking up computer
- Prev by Date: Problems using IntPtr and Interop services to get image from unmanaged code
- Next by Date: Extend .NET Class, or Write a New Class
- Previous by thread: POP3 Locking up computer
- Next by thread: Re: POP3 Locking up computer
- Index(es):
Relevant Pages
|