Re: User vs. Worker threads
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Wed, 24 Jan 2007 12:17:36 -0500
"e_yossi" <eyossi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:33E2CE27-947E-431B-9476-DE87A75A94C0@xxxxxxxxxxxxxxxx
What are the differences between worker threads
and user threads?
To the operating system, the threads in an _application_ are all the same.
MFC's framework makes a distinction between threads which own windows and
have message maps and which therefore spin message loops (UI threads) and
threads that don't (worker threads). If you need further information on MFC
you should repost in one of the MFC groups.
Regards,
Will
www.ivrforbeginners.com
.
- Follow-Ups:
- Re: User vs. Worker threads
- From: Kevin
- Re: User vs. Worker threads
- From: Michael K. O'Neill
- Re: User vs. Worker threads
- From: anton bassov
- Re: User vs. Worker threads
- Prev by Date: Re: Handle to an implicitly loaded DLL?
- Next by Date: attn: tedman - interesting posts - lilko as ejya - (1/1)
- Previous by thread: how do we read the return data of atatpi commands?
- Next by thread: Re: User vs. Worker threads
- Index(es):
Loading