Re: User vs. Worker threads



"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


.


Loading