Re: Message between threads
- From: "Steve Maillet \(eMVP\)" <nospam1@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 24 May 2006 14:41:22 -0400
CreateMessageQueue and friends are overkill for threads in the same process
and are actually less efficient than your own Queue implementation with
Critical sections. (I'd recommend using STL etc.. to keep from needing to
implement another queue implementation though) you can use PostMessage to
asynchronously provide a message to the GUI.
--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com
.
- References:
- Re: Message between threads
- From: Paul G. Tobey [eMVP]
- Re: Message between threads
- Prev by Date: Re: are there some articles about schedule on ce5.0?
- Next by Date: Re: Message between threads
- Previous by thread: Re: Message between threads
- Next by thread: Re: Message between threads
- Index(es):