Hi,
My SW application is an intensive number crunching application. There are several tasks in the system and I would like to us either QUE or MBX. I looked at the QUE implemetation and looks like the receiver task has to poll to see if the queue is empty or not. Will the MBX_pend with the timeout more efficient then polling the QUE_empty? I think the MBX_pend is more efficient and faster but I would like to get more information about it.
Thanks,
Dennis