Re: Console app freezes
From: Michael--J (MichaelJ_at_discussions.microsoft.com)
Date: 12/20/04
- Next message: Paula: "Dynamically Creating Controls"
- Previous message: Michael--J: "Re: Console app freezes"
- In reply to: NOtcarvinSPAM_at_lycos.com: "Re: Console app freezes"
- Next in thread: NOtcarvinSPAM_at_lycos.com: "Re: Console app freezes"
- Reply: NOtcarvinSPAM_at_lycos.com: "Re: Console app freezes"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 20 Dec 2004 15:51:01 -0800
Would it matter if my app was only a console app. Isn't the Application class
found within the System.Windows.Forms namespace? Thanks.
"NOtcarvinSPAM@lycos.com" wrote:
> I've found in my .NET TCP/IP projects (on Pocket PC) that the sockets
> can starve very easily if there is a lack of system idle time. I
> actually had to put in Application.DoEvents into my communication code.
> I can only assume the TCP/IP classes use hidden windows for internal
> messaging and the message pump was getting backlogged. Use great
> caution with the DoEvents, you don't want to over do it.
>
> HTH,
> Tom C.
>
>
- Next message: Paula: "Dynamically Creating Controls"
- Previous message: Michael--J: "Re: Console app freezes"
- In reply to: NOtcarvinSPAM_at_lycos.com: "Re: Console app freezes"
- Next in thread: NOtcarvinSPAM_at_lycos.com: "Re: Console app freezes"
- Reply: NOtcarvinSPAM_at_lycos.com: "Re: Console app freezes"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|