I think the best thing for newbies to do is (if your not new to multi threaded development, this does not apply at all):
Buy some books on the following topics
POSIX real time (pthreads)
POSIX based Multithreaded
Read the MQX user guide and play with the examples
There are various POSIX (pthread) programming books, some are based on real time thread extensions which are perfect for this topic. While this is not exactly MQX, it is what MQX is based on and gives the fundamentals required to develop using MQX.
I was niave to start out thinking MQX to should 'teach me what i need to know', to me, its like expecting them to teach me how to write C code. If you want to learn thead based programming / development, then the best way is to buy some books and do some research on the topic.
Message Edited by CarlFST60L on 2009-10-22 12:53 AM